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

asespat created an issue. See original summary.

eahonet’s picture

Hello 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?

eahonet’s picture

Status: Active » Postponed (maintainer needs more info)
eahonet’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)
uv516’s picture

I 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.