I'm trying to import some csv data with the following command: DATALOAD TABLE zip zip 1 zip_type 2 city 3 city_type 4 state 6 latitude 8 longitude 9 INFILE 'zip.csv' COMPRESSED
And I get the following error: Error during execution -->-25243 Error parsing timestamp mask: Date mask incomplete Defined maximum number of errors (1) reached Any ideas? There are no date or timestamp fields in the table definition... -Zavier
