As I said, fastload will not take in account the double quotes as 'field content' delimitator, so each time it encounters a comma assumes a new field:
"February 29, 2012","","","","","15/3/2012","22/3/2012","Packaging :: Departure Point :: LON","","15",1,1,0,0.00
will give:
FIELD01: '"February 29'
FIELD02: '2012"'
FIELD03: '""'
FIELD04: '""'
FIELD05: '""'
FIELD06: '""'
FIELD07: '"15/3/2012"'
FIELD08: '"22/3/2012"'
FIELD09: '"Packaging :: Departure Point :: LON"'
FIELD10: '""'
FIELD11: '"15"'
FIELD12: '1'
FIELD13: '1'
FIELD14: '0'
FIELD15: '0.00'
You should get rid of the double quotes.
Cheers.
Carlos.
↧