<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[CSV as Data Source does not accept &quot; &quot; escaping]]></title><description><![CDATA[<p dir="auto">In CSV files, when content in a field contains a comma <code>,</code> it is escaped by putting the entire field in quotation.</p>
<pre><code class="language-csv">id, category, example
1, animal, dog
2, fruit, "apple, orange, banana"
</code></pre>
<p dir="auto">VectorStyler sees any CSV files with quotes and calls it an error.  This prevents using any field with comma as content.  I presume this could be circumvented with JSON as the data source but CSV is popular export from spreadsheets.</p>
]]></description><link>https://www.vectorstyler.com/forum/topic/4529/csv-as-data-source-does-not-accept-escaping</link><generator>RSS for Node</generator><lastBuildDate>Sun, 14 Jun 2026 22:35:00 GMT</lastBuildDate><atom:link href="https://www.vectorstyler.com/forum/topic/4529.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 16 Jul 2024 14:13:16 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to CSV as Data Source does not accept &quot; &quot; escaping on Tue, 16 Jul 2024 17:19:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/jkwchui" aria-label="Profile: jkwchui">@<bdi>jkwchui</bdi></a> Seems to be a bug, I will try to fix it for the next build.</p>
]]></description><link>https://www.vectorstyler.com/forum/post/26524</link><guid isPermaLink="true">https://www.vectorstyler.com/forum/post/26524</guid><dc:creator><![CDATA[VectorStyler]]></dc:creator><pubDate>Tue, 16 Jul 2024 17:19:29 GMT</pubDate></item></channel></rss>