Want to convert CSV file to SQL file? If you want to import CSV file to SQL Server, see this page: CSV to SQL Server. If you want to import CSV file to SQLite, see this page: CSV to SQLite. Using Withdata software DataFileConverter, a CSV to SQL converter, you can convert CSV to SQL easily and ... Read more
Tag Archives: CSV
Convert XML to CSV with specific columns
Want to convert XML to CSV with specific fields? Using Withdata software DataFileConverter, a XML to CSV converter, you can convert XML to CSV with specific columns easily and fast. Can run in GUI mode, Step by Step, just a few mouse clicks. Can run in Command line, for Scheduled Tasks and ... Read more
Convert JSON to CSV with specific columns
Want to convert JSON to CSV with specific fields? Using Withdata software DataFileConverter, a JSON to CSV converter, you can convert JSON to CSV with specific columns easily and fast. Can run in GUI mode, Step by Step, just a few mouse clicks. Can run in Command line, for Scheduled Tasks and ... Read more
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