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
Tag Archives: CSV
Convert KML to CSV
If you want to convert KML files to CSV files, you can try Data File Converter. An sample KML (Keyhole Markup Language) file like this: <?xml version="1.0" encoding="UTF-8"?> <kml xmlns="http://www.opengis.net/kml/2.2"> <Placemark> <name>Simple ... 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
3 ways to export MongoDB data to files (CSV, TSV, JSON) without coding
Sometimes, you need to export MongoDB data to files, CSV, JSON, or other types, here are some tools you can use. 1. mongoexport https://www.mongodb.com/docs/database-tools/mongoexport/ mongoexport is a command-line tool that produces a JSON or CSV export of data stored in a MongoDB ... Read more
4 easy steps to import CSV data to Oracle
Want to import data from CSV/TSV/TXT file to Oracle ? Using FileToDB, a native GUI tool, you can import data from CSV/TSV/TXT file to Oracle in 4 simple steps, just a few mouse clicks! Support Windows, Linux, macOS Here you can download and install FileToDB. Import data from CSV file to Oracle in ... Read more
Batch export data from Azure SQL database query to CSV files without programming
Want to export data from SQL Server query to CSV file? Using DBToFile, a native GUI tool, you can export data from SQL Server query to CSV file easily and fast, just a few mouse clicks! Support Windows, Linux, macOS. Here you can download and install DBToFile. Export data from SQL Server ... Read more
Withdata Software Released OraLoader Version 4.5
Withdata software has announced oraloader 4.5, a data conversion tool that helps dba and database developer import/export Oracle database from/to flat files and Excel files. Version 4.5 Add “Bad File” to log failed import records. Add “turning off log” in command line. Fix ... Read more