Error while trying to import requirements from csv
I have imported countless of csv files and I'm very well aware of the details needed to import a csv file (e.g.: pure csv, UTF-8, etc). However, now I'm getting the error below and I have no idea how to fix it:
hide details Errors were received while importing the CSV file:
Validation Errors:
Row Number: 13
Error Message: CRRRS4212E The server encountered an exception : com.ibm.rdm.fronting.server.rrs.importer.csv.InvalidCsvException: "CRRRS4204E Stream does not conform to RFC4180 formatting rules."
From a ux/design perspective, it's important to tell the user how to fix the problem. Unfortunately, this error message does not help me fix my problem.
hide details Errors were received while importing the CSV file:
Validation Errors:
Row Number: 13
Error Message: CRRRS4212E The server encountered an exception : com.ibm.rdm.fronting.server.rrs.importer.csv.InvalidCsvException: "CRRRS4204E Stream does not conform to RFC4180 formatting rules."
From a ux/design perspective, it's important to tell the user how to fix the problem. Unfortunately, this error message does not help me fix my problem.
One answer
Hi Eduardo,
What version of RRC are you using? This sounds similar to a defect which was fixed in version 4.0.6: Artifact import wizard fails to process CSV requirements in Spanish - defensive code for RM 4.0.6 (80569). In that defect, there was a translation issue which prevented the CSV Import from identifying Types properly when using a non-English browser locale, which caused the Import operation would fail. If you are using a version of RRC prior to 4.0.6, I would suggest that you set up a 4.0.6 test server and try this out to see if the problem is resolve there.
Hope this helps!
Mike Jaworski