I am importing a large CSV of users and receiving an error that the Name and Email fields are required. When i copy out a smaller subset of this CSV, the import runs successfully, so the formatting should be correct. I have checked that there are no empty values for either Name or Email in the sheet, and made sure that all email values include an @ and . in them.
I assume there must be some other invalid data / illegal character in one of the fields somewhere, but I haven't been able to find it. Is there a log somewhere that may tell me what line the CSV import fails on? Any other obvious characters I should look for?
Thanks!