Reply to Message

View discussion in a popup

Replying to:
Cederberg
Enthusiast
Enthusiast

Hi.

With the csv parser it's very important to have the right amount of fields specified. I think the problem is that there is a space between the date and the time so the csv parser sees two fields wich makes it a total of 17 fields and you have only specified 16. Timestamp should be 2 fields Date and Time

If you want timestamp to be one field i guess you need to use another parser.

Regards
//Cederberg

Reply
0 Kudos