-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 8.3
-
Component/s: Developer documentation
-
Tags:
-
Sprint:nxProduct-8.3-5, nxProduct-8.3-6
On the page Nuxeo CSV, the import of the provided sample nuxeo-csv-import-sample1.csv fails if users jdoe and jsmith don't exist in the platform.
[CSVImporterWork] Line 2: Unable to create document: 2 constraint violation(s) thrown. First one is: '"jdoe" is not a valid username.', call DocumentValidationException.getViolations() to get the others
We need to either add a requirement to create these two users or update the sample to remove the column dc:creator or put Administrator as the author.