<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Clojure Q&amp;A - Recent questions and answers in data.csv</title>
<link>https://ask.clojure.org/index.php/qa/contrib-libs/data-csv</link>
<description></description>
<item>
<title>Answered: Supporting more malformed files in clojure.data.csv/read-csv</title>
<link>https://ask.clojure.org/index.php/10499/supporting-more-malformed-files-in-clojure-data-csv-read-csv?show=10505#a10505</link>
<description>&lt;p&gt;We're not planning to support poorly formatted csv data. It's hard enough to support well formatted csv data. There are probably other (Java) libraries out there that can handle or clean up stuff like this but this is out of scope for data.csv.&lt;/p&gt;
</description>
<category>data.csv</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/10499/supporting-more-malformed-files-in-clojure-data-csv-read-csv?show=10505#a10505</guid>
<pubDate>Tue, 20 Apr 2021 02:43:23 +0000</pubDate>
</item>
<item>
<title>Answered: Allow read-csv to read files without quoting.</title>
<link>https://ask.clojure.org/index.php/6999/allow-read-csv-to-read-files-without-quoting?show=7010#a7010</link>
<description>Reference: &lt;a href=&quot;https://clojure.atlassian.net/browse/DCSV-8&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;https://clojure.atlassian.net/browse/DCSV-8&lt;/a&gt; (reported by alex+import)</description>
<category>data.csv</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/6999/allow-read-csv-to-read-files-without-quoting?show=7010#a7010</guid>
<pubDate>Wed, 26 Jun 2019 12:00:00 +0000</pubDate>
</item>
<item>
<title>Answered: read-csv can not handle white-space at end of line</title>
<link>https://ask.clojure.org/index.php/7000/read-csv-can-not-handle-white-space-at-end-of-line?show=7011#a7011</link>
<description>Reference: &lt;a href=&quot;https://clojure.atlassian.net/browse/DCSV-6&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;https://clojure.atlassian.net/browse/DCSV-6&lt;/a&gt; (reported by cvkemenade)</description>
<category>data.csv</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/7000/read-csv-can-not-handle-white-space-at-end-of-line?show=7011#a7011</guid>
<pubDate>Wed, 26 Jun 2019 12:00:00 +0000</pubDate>
</item>
<item>
<title>Answered: pom.xml directives</title>
<link>https://ask.clojure.org/index.php/7001/pom-xml-directives?show=7014#a7014</link>
<description>Reference: &lt;a href=&quot;https://clojure.atlassian.net/browse/DCSV-1&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;https://clojure.atlassian.net/browse/DCSV-1&lt;/a&gt; (reported by alex+import)</description>
<category>data.csv</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/7001/pom-xml-directives?show=7014#a7014</guid>
<pubDate>Wed, 26 Jun 2019 12:00:00 +0000</pubDate>
</item>
<item>
<title>Answered: write-csv and quote? predicate</title>
<link>https://ask.clojure.org/index.php/7002/write-csv-and-quote-predicate?show=7015#a7015</link>
<description>Reference: &lt;a href=&quot;https://clojure.atlassian.net/browse/DCSV-9&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;https://clojure.atlassian.net/browse/DCSV-9&lt;/a&gt; (reported by alex+import)</description>
<category>data.csv</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/7002/write-csv-and-quote-predicate?show=7015#a7015</guid>
<pubDate>Wed, 26 Jun 2019 12:00:00 +0000</pubDate>
</item>
<item>
<title>Answered: Specify RFC4180 compatibilty in README</title>
<link>https://ask.clojure.org/index.php/7003/specify-rfc4180-compatibilty-in-readme?show=7016#a7016</link>
<description>Reference: &lt;a href=&quot;https://clojure.atlassian.net/browse/DCSV-10&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;https://clojure.atlassian.net/browse/DCSV-10&lt;/a&gt; (reported by lgs32a)</description>
<category>data.csv</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/7003/specify-rfc4180-compatibilty-in-readme?show=7016#a7016</guid>
<pubDate>Wed, 26 Jun 2019 12:00:00 +0000</pubDate>
</item>
<item>
<title>Answered: Add project.clj for easier local development</title>
<link>https://ask.clojure.org/index.php/7005/add-project-clj-for-easier-local-development?show=7023#a7023</link>
<description>Reference: &lt;a href=&quot;https://clojure.atlassian.net/browse/DCSV-12&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;https://clojure.atlassian.net/browse/DCSV-12&lt;/a&gt; (reported by slipset)</description>
<category>data.csv</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/7005/add-project-clj-for-easier-local-development?show=7023#a7023</guid>
<pubDate>Wed, 26 Jun 2019 12:00:00 +0000</pubDate>
</item>
<item>
<title>Answered: Port data.csv to clojurescript</title>
<link>https://ask.clojure.org/index.php/7006/port-data-csv-to-clojurescript?show=7024#a7024</link>
<description>Reference: &lt;a href=&quot;https://clojure.atlassian.net/browse/DCSV-13&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;https://clojure.atlassian.net/browse/DCSV-13&lt;/a&gt; (reported by slipset)</description>
<category>data.csv</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/7006/port-data-csv-to-clojurescript?show=7024#a7024</guid>
<pubDate>Wed, 26 Jun 2019 12:00:00 +0000</pubDate>
</item>
<item>
<title>Answered: Double quote at beginning of cell throws exception</title>
<link>https://ask.clojure.org/index.php/7007/double-quote-at-beginning-of-cell-throws-exception?show=7030#a7030</link>
<description>Reference: &lt;a href=&quot;https://clojure.atlassian.net/browse/DCSV-14&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;https://clojure.atlassian.net/browse/DCSV-14&lt;/a&gt; (reported by alex+import)</description>
<category>data.csv</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/7007/double-quote-at-beginning-of-cell-throws-exception?show=7030#a7030</guid>
<pubDate>Wed, 26 Jun 2019 12:00:00 +0000</pubDate>
</item>
<item>
<title>Answered: Adding namespace qualifiers in documentation</title>
<link>https://ask.clojure.org/index.php/7008/adding-namespace-qualifiers-in-documentation?show=7031#a7031</link>
<description>Reference: &lt;a href=&quot;https://clojure.atlassian.net/browse/DCSV-17&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;https://clojure.atlassian.net/browse/DCSV-17&lt;/a&gt; (reported by alex+import)</description>
<category>data.csv</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/7008/adding-namespace-qualifiers-in-documentation?show=7031#a7031</guid>
<pubDate>Wed, 26 Jun 2019 12:00:00 +0000</pubDate>
</item>
<item>
<title>Answered: Support CSV Injection Escape Mechanisms</title>
<link>https://ask.clojure.org/index.php/7009/support-csv-injection-escape-mechanisms?show=7033#a7033</link>
<description>Reference: &lt;a href=&quot;https://clojure.atlassian.net/browse/DCSV-18&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;https://clojure.atlassian.net/browse/DCSV-18&lt;/a&gt; (reported by rymndhng)</description>
<category>data.csv</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/7009/support-csv-injection-escape-mechanisms?show=7033#a7033</guid>
<pubDate>Wed, 26 Jun 2019 12:00:00 +0000</pubDate>
</item>
<item>
<title>Answered: Use Reducers/Transducers for better performance &amp; resource handling</title>
<link>https://ask.clojure.org/index.php/7004/reducers-transducers-better-performance-resource-handling?show=7020#a7020</link>
<description>Reference: &lt;a href=&quot;https://clojure.atlassian.net/browse/DCSV-15&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;https://clojure.atlassian.net/browse/DCSV-15&lt;/a&gt; (reported by rickmoynihan)</description>
<category>data.csv</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/7004/reducers-transducers-better-performance-resource-handling?show=7020#a7020</guid>
<pubDate>Wed, 26 Jun 2019 12:00:00 +0000</pubDate>
</item>
</channel>
</rss>