Hi Thomas, Thomas Stegbauer [mailto:[EMAIL PROTECTED] wrote: > > > thanx for your answer, sorry for that mistake. > > now i get > > dataload table accounting.cisco3640br_200310 ID 1 SOURCE 2 > DESTINATION 3 > PACKETS 4 BYTES 5 TIMSTAMP 6 infile > '/tmp/tmp2/cisco3640br_200310.csv' > separator ';' > > ERR -25319 > Missing data for specified column SOURCE. > Well, yes, my mistake :-(. I should have pointed to the fact that using no delimiter (as you do with your data) must be specified in the command. So your command should actually look like this:
DATALOAD TABLE accounting.cisco3640br_200310 ID 1 SOURCE 2 DESTINATION 3 PACKETS 4 BYTES 5 TIMSTAMP 6 INFILE '/tmp/tmp2/cisco3640br_200310.csv' SEPARATOR ';' DELIMITER '' Regards, Steffen -- Steffen Schildberg SAP DB Team SAP Labs Berlin -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
