0
1
Fork 0

Merge branch 'master' of git.verdnatura.es:/var/lib/git/hedera-web

This commit is contained in:
Juan Ferrer Toribio 2017-04-24 10:07:16 +02:00
commit 165de6da21
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ LOAD DATA LOCAL INFILE #file
FIELDS TERMINATED BY ';'
LINES TERMINATED BY '\n' (@col1, @col2, @col3, @col4, @col5, @col6, @col7, @col8, @col9, @col10, @col11, @col12, @col13, @col14, @col15, @col16, @col17, @col18, @col19, @col20)
SET
GLNAddressCode = @col2,
supplier_id = @col4,
company_name = @col3,
entry_date = STR_TO_DATE(@col9, '%Y%m%d'),