Hello, sorry for the disturb.
Just can't import data fields from csv, always appears error data too long
any help?
thanks for this great module
Charly
Hello, sorry for the disturb.
Just can't import data fields from csv, always appears error data too long
any help?
thanks for this great module
Charly
Comments
Comment #2
eahonet commentedHello asespat,
I've used this module on 3-4 sites and have not run into that issue before. So if I'm going to be able to help, I need a way to reproduce this. I'm curious if you have an exact method to reproduce? Have you added fields to the User Entity that you're trying to import into? Which fields are you trying to import into?
Comment #3
eahonet commentedComment #4
eahonet commentedComment #5
uv516 commentedI have had the same issue.
My explanation was:
I converted an Excel-file to csv (Utf8). When I do that, the file is separated with semicolon (;) and not comma (,);
I didn't change semicolon to comma and got the error.
When I canged semicolon (;) to comma (,) the error was gone.
Furthermore you need at least column named "name" AND a column named "mail" in you csv-file, containing resp. username and email-address.