Want to convert XML to table? Here are some tools you can try: Use Data File Converter to Convert XML to CSV table, Convert XML to Excel table and Convert XML to HTML table. If you want to import XML to database table, you can try File To DB: Import XML to Access table Import XML to DB2 ... Read more
Category Archives: use
Format multiple JSON files into one CSV for NTFS on OpenSea
If you want to format multiple JSON files into one CSV for NTFS on OpenSea, you can try Data File Converter, just in a few mouse clicks. 1. Open Data File Converter, select “Files” – “JSON”, “File” – “CSV”. 2. Choose OpenSea JSON ... Read more
Convert nested JSON to CSV
I see a post Convert nested JSON to CSV or table, the poster have JSON data like this: menu1.json {"menu": { "id": "file", "value": "File", "popup": { "menuitem": [ {"value": "New", "onclick": "CreateNewDoc()"}, {"value": "Open", "onclick": "OpenDoc()"}, ... Read more
Convert XML attributes to CSV columns
I see a post How to convert XML into CSV using XSL, the poster has a test XML like this: <Tester author="Name" id="16384543"> <insert tableName="sampletable"> <column name="id" valueNumeric="2"/> <column name="name" value="kathy"/> <column ... Read more
Convert KML to CSV
If you want to convert KML files to CSV files, you can try Data File Converter. An sample file like this: <?xml version="1.0" encoding="UTF-8"?> <kml xmlns="http://www.opengis.net/kml/2.2"> <Placemark> <name>Simple placemark</name> ... Read more
Convert JSON with attributes to CSV
I want to convert some NFT metadata JSON files to CSV for opensea. JSON data like this: { "name": "5", "description": "", "external_url": "", "image": "5.png", "attributes": [ { "trait_type": "Background", "value": "DOT-6" }, { "trait_type": ... Read more
Convert XML (mixed nodes and attributes) to CSV file
I see a post Convert xml (mixed nodes and attributes) to csv file using c#, the poster has an XML which has mix of nodes and nodes with attributes: <?xml version="1.0" encoding="utf-8"?> <Root> <StudentRequestList count="3"> <StudentRequest> ... Read more
Convert XML to CSV with node path as header
I see a post Convert XML to CSV (with node path as header) using XSLT, the poster have this XML data: <tXML> <Header> <Source>XPTO</Source> <User_ID>127</User_ID> <Message_Type>Ship</Message_Type> ... Read more
Convert nested JSON with nested arrays to CSV
I see a post Convert nested json with nested arrays in csv. The poster have this JSON data: [ { "aggregate_result": [], "explain": "", "key_with_document": [ { "document": { "creation_date": 1643342434, "expiration_date": 2053342527, ... Read more
Convert big JSON file to CSV file without coding
Sometimes you need to convert large JSON files to other formats, like CSV, TSV, TXT, Excel, XML, or SQL. If you don’t like to program, you can try Withdata DataFileConverter, a native GUI JSON to CSV converter, you can convert large JSON to other format easily. Can run in GUI mode, Step by ... Read more