I am working on a application, not being a saavy php programmer, I am a bit lost.
We need to allow admins to import new dealer records into our dealer master file.
I exported the existing data via the export page of the app.
Used the resulting file as a template to create a import file, field names that were exported are the first record of the .csv file.
However when I try to import the .csv file back in with additional records. I get
Error: in the line errors for all records and the below message.
Number of records: 3
Imported: 0
Not imported: 3
Not sure what the problem is.?