Commit eed09df
committed
[tools/xmlparser] Fix from_csv single str val read
Closes #295
When reading a single string value from csv
which is containing commata, make sure,
that it still remains a single string value
and is not split up into a multi value at
the comma positions.1 parent 3a21f0f commit eed09df
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
45 | 51 | | |
46 | 52 | | |
47 | 53 | | |
| |||
0 commit comments