Now I have attempted to import the CSV and it is giving me an error "File is not CSV file"
I've tried removing the headers, changing the delimiters and enclosure marks but always the same error. It also gives the same error when attempting to import its own unmodified export csv file.
CMSMS v 1.11.6
Listit2 v 1.4-beta1
I'm not sure if my import file needs something or am I experiencing a bug? Any ideas would be appreciated, thanks!
Alane
This the first few rows of my csv file, the forum won't let me upload a csv file:
Code: Select all
"item_id";"alias";"title";"position";"active";"create_time";"modified_time";"start_time";"end_time";"key1";"key2";"key3";"categories";"lot_no";"parcel_no";"acres";"status";"lot_map";"key_map";"pdf_handout";"notes";"imgmap_coords"
"1";"1-1";"1-1";"1";"1";"2013-05-19 14:58:07";"2013-05-19 15:32:15";;;;;;"1";"1";"406";;"Reserved";;;;;"502,233,477,217,515,208,502,233,502,233"
"2";"1-2";"1-2";"2";"1";"2013-05-19 15:06:14";"2013-05-19 15:32:56";;;;;;"1";"2";"407";;"Sold";;;;;"571,223,521,235,528,218,533,210,540,205,571,223,571,223"
"3";"1-3";"1-3";"3";"1";"2013-05-19 15:06:14";"2013-05-19 15:32:56";;;;;;"1";"3";"408";"1.0";"Available";;;;;"628,250,609,256,569,232,587,227,628,250,628,250"
"4";"1-4";"1-4";"4";"1";"2013-05-19 15:06:14";"2013-05-19 15:32:56";;;;;;"1";"4";"409";"1.0";"Available";;;;;"604,257,584,262,544,238,563,233,604,257,604,257"
"5";"1-5";"1-5";"5";"1";"2013-05-19 15:06:14";"2013-05-19 15:32:56";;;;;;"1";"5";"410";"1.0";"Available";;;;;"580,263,559,269,520,245,539,239,580,263,580,263"