[
https://issues.apache.org/jira/browse/CSV-116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Benedikt Ritter updated CSV-116:
--------------------------------
Fix Version/s: Discussion
> Support JSON-encoded properties such as GeoJSON
> -----------------------------------------------
>
> Key: CSV-116
> URL: https://issues.apache.org/jira/browse/CSV-116
> Project: Commons CSV
> Issue Type: Improvement
> Components: Parser
> Reporter: Ron Gavlin
> Fix For: Discussion
>
>
> Support the three json row quoting flavors currently supported by the
> mapnik.org csv plugin described here:
> https://github.com/mapnik/mapnik/issues/1392.
> The proposed supported flavors are:
> {noformat}
> "{\"type\":\"Point\",\"coordinates\":[30.0,10.0]}" // escaped
> '{"type":"Point","coordinates":[30.0,10.0]}' // single quotes no need for
> escaped
> "{""type"":""Point"",""coordinates"":[30.0,10.0]}" // filebakery.com style
> {noformat}
> Note the following commit for this mapnik feature has sample CSV files for
> your reference:
> https://github.com/mapnik/mapnik/commit/f42805a5321d42f59b447a70f459058cf2c6cd5c
--
This message was sent by Atlassian JIRA
(v6.2#6252)