@wmfs/xml2csv
Version:
Convert XML file to CSV file
38 lines • 709 B
text/xml
<Weird>
<Case>
<First>This sentence has "double quotes"</First>
<Second>control</Second>
</Case>
<Case>
<First>This sentence has , comma</First>
<Second>control</Second>
</Case>
<Case>
<First>4"2</First>
<Second>control</Second>
</Case>
<Case>
<First>4,2</First>
<Second>control</Second>
</Case>
<Case>
<First>"42</First>
<Second>control</Second>
</Case>
<Case>
<First>,42</First>
<Second>control</Second>
</Case>
<Case>
<First>42</First>
<Second>control</Second>
</Case>
<Case>
<Second>control</Second>
</Case>
<Case>
<First>42</First>
</Case>
<Case>
</Case>
</Weird>