Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
Description
I have a file with the following data:
```
code;code2
BEAM 12;my beam 23" maria
beam;ana 23"
beam;Length 26"
```
The CsvConfiguration configuration is registered with CsvConfiguration.DEFAULT_QUOTE_CHAR (")
Actual Behavior: Metamodel doesn't successfully parse the file
The result of reading this file is shown in the image attached