Cannot import into main Users table.
Hosting
- Self
- Method: docker single image
- Budibase Version: 1.2.4
- App Version: 1.2.4
Describe the bug
I get error messages when I try to import a CSV into the main users. table. "Error, please check the following emails:
To Reproduce Steps to reproduce the behavior:
- Manage -> Users
- Click on Import Users
- Select CSV file (attached in this post)
- Error occurs.
Expected behavior System parses csv file and give the ok to proceed
Screenshots Attached.
App Export If possible - please attach an export of your budibase application for debugging/reproduction purposes.
Desktop (please complete the following information):
- OS: OSX 12.4
- Browser Chrome
- Version 103.0.5060.134 (Official Build) (x86_64)
Imports appear to work on 1.3.12 if the file consists of email addresses separated by \r characters. The file must NOT end in a \r. This part of the behaviour may be related to #7398 ie.
[email protected]\[email protected] works (works.csv) works.csv
but
[email protected]\[email protected]\r does not work (fails.csv) fails.csv
Also adding additional comma separated fields appears to cause the import to fail (fails2.csv) fails2.csv