Import CSV error
-
Hi there,
I am trying to import a CSV file with events in it and I keep getting this error:
array(6) { [0]=> string(5) “sep=,” [1]=> string(0) “” [2]=> string(0) “” [3]=> string(0) “” [4]=> string(0) “” [5]=> string(0) “” } array(6) { [0]=> string(5) “title” [1]=> string(10) “start date” [2]=> string(8) “end date” [3]=> string(4) “time” [4]=> string(8) “location” [5]=> string(7) “details” }
My CSV file has dates in this format: 01-04-2016 and I have changed the setting to d m Y.
What could be causing this?
Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Import CSV error’ is closed to new replies.