Commit 9fa62d8
committed
[tools/xmlparser] Strip ws and quotes on to_csv
When writing multiple values to csv make sure
that whitespaces and carriage return linefeeds
as well as quotation marks that have been
added by the csv writer are removed before
returning the csv string.1 parent eed09df commit 9fa62d8
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
34 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
35 | 39 | | |
36 | 40 | | |
37 | 41 | | |
| |||
0 commit comments