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
Tag Archives: CSV
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
Batch convert subtitles in the SubRip (SRT) format to CSV files
Want to batch convert subtitles in the SubRip (SRT) format to CSV format? Your subtitle files are too many to use online convert services? You can try Withdata SubtitleConverter, a native GUI tool, supports Windows, Linux, and macOS. Batch convert SubRip (SRT) format to CSV Example source SRT ... 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
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
Withdata Software Released TxtToSqlite Version 1.1
Withdata software has announced txttosqlite 1.1, a data conversion tool that import txt (csv, tsv) data to SQLite database. Version 1.1 Add “Bad File” to log failed import records. Add “Exception Report From”. Improve import performance. TxtToSqlite – Better tool to ... Read more
Withdata Software Released TxtToSql Version 2.6
Withdata software has announced txttosql 2.6, a data conversion tool that import txt (csv, tsv) data to SQL Server database. Version 2.6 Add “Bad File” to log failed import records. Add “Exception Report From”. Improve import performance. TxtToSql – Better tool to ... Read more
Withdata Software Released TxtToPG Version 1.1
Withdata software has announced txttopg 1.1, a data conversion tool that import txt (csv, tsv) data to PostgreSQL database. Version 1.1 Add “Bad File” to log failed import records. Add “Exception Report From”. Improve import performance. TxtToPG – Better tool to ... Read more