CSV = JSON = RSS - sgml/signature GitHub Wiki
The XML could be minimized to this:
<names>
<name1>
<childName1/>
<childName2/>
</name1>
<name2>
<childName1/>
<childName2/>
</name2>
</names>
And the CSV to this:
name1 ChildName1
name1 ChildName2
name2 ChildName1
name2 ChildName2
with a JSON serialization like this:
{"names":
[
{
"name1":
[
{
"childName1":""
},
{
"childName2":""
}
]
},
{
"name2":
[
{
"childName1":""
},
{
"childName2":""
}
]
}
]
}
In a row-oriented fashion, the XML could be:
<names>
<name1 name="ChildName1|ChildName2">
<name2 name="ChildName1|ChildName2">
</names>
And the corresponding CSV:
name1 ChildName1|ChildName2
name2 ChildName1|ChildName2
And the corresponding JSON:
{"names": [{"name1":"ChildName1|ChildName2"},{"name2":"ChildName1|ChildName2"}]}
- https://www.w3.org/TR/csv2json/
- https://www.w3.org/TR/xml-link-style/
- http://w3c.github.io/csvw/tests/
- https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/PropertyLists/OldStylePlists/OldStylePLists.html
- https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/PropertyLists/Introduction/Introduction.html
- https://tools.ietf.org/html/rfc6901
- https://tools.ietf.org/html/rfc6902
- https://tools.ietf.org/id/draft-pbryan-zyp-json-ref-03.html
- https://doc.owncloud.org/server/8.2/developer_manual/core/ocs-share-api.html
- https://www.npmjs.com/package/@humanwhocodes/momoa
- http://www.csvstudio.com/
- https://csvlint.com/
- https://news.ycombinator.com/item?id=13814750
- https://support.google.com/adwords/editor/answer/6332885?hl=en-GB
- https://eggerapps.at/mdbviewer/docs/en/export-csv.html
- https://www.jetbrains.com/help/clion/editing-csv-and-tsv-files.html
- https://www.biglist.com/cgi-bin/wilma/wilma_glimpse/[email protected]?query=csv&Search=Search&errors=0&maxfiles=50&maxlines=10&.cgifields=lineonly&.cgifields=filelist&.cgifields=case&.cgifields=partial&.cgifields=restricttofiles
- https://www.osha.gov/injuryreporting/osha_ita_summary_data_csv_template.csv
- https://resources.docs.salesforce.com/sfdc/pdf/bi_dev_guide_ext_data.pdf
- https://dev.socrata.com/docs/formats/csv.html
- https://www.resourcespace.com/knowledge-base/user/plugin-csv-upload
- https://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_ReadersWriters/csv2/csv2.htm
- https://en.wikipedia.org/wiki/Pump.io
- https://en.wikipedia.org/wiki/Comparison_of_software_and_protocols_for_distributed_social_networking#cite_note-55
- https://en.wikipedia.org/wiki/Open_Collaboration_Services
- https://medium.com/@MedvedevTheDev/xmlparser-working-with-rss-feeds-in-swift-86224fc507dc
- https://sitestory.dk/excel_vba/csv-file-import.htm
- https://softeng.oicr.on.ca/robert_tisma/2017/07/19/writing-csv-files/
- https://hexdocs.pm/csv/CSV.html
- http://www.zachhunter.com/2010/11/download-json-to-csv-using-javascript/comment-page-1/
- tsv title:csv -domain:uk -domain:edu -domain:ch -domain:au -domain:jp -domain:ie -domain:br -domain:it -domain:me -domain:info -domain:net -domain:io -domain:org -domain:com
- https://readlearncode.com/java-ee/java-ee-8-json-processing-1-1-json-patch-overview/
- https://news.ycombinator.com/item?id=7703585
- https://www.tbray.org/ongoing/When/201x/2017/04/14/JsonPath-Needs-Work
- https://susanpotter.net/blogs/software/2011/07/why-json-pointer-falls-short/
- http://rapidjson.org/md_doc_pointer.html
- https://jsonfeed.org/
- http://jsonpatch.com/
- https://www.jsonschemavalidator.net/
- https://json-schema.org/implementations.html
- http://www.convertcsv.com/csv-to-json.htm
- https://www.csvjson.com/csv2json
- https://www.freeformatter.com/csv-to-json-converter.html
- https://codebeautify.org/csv-to-xml-json
- https://rss2json.com
- https://onlinejsontools.com/convert-csv-to-json