Closed (cannot reproduce)
Project:
User CSV Import
Version:
8.x-1.4
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Sep 2020 at 20:18 UTC
Updated:
23 Jan 2022 at 09:51 UTC
Jump to comment: Most recent
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.