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 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
Split large SQL dump file into smaller SQL files
Want to split large SQL dump file into small SQL files? Using SQL Dump Splitter, a native GUI software, a SQL dump splitter for Windows, Linux, and macOS, you can split big SQL dump file into multiple SQL files easily and fast. Can run in GUI mode, Step by Step, just a few mouse clicks. Can run ... Read more
Transfer data from Redis to SQLite in a few clicks
Want to transfer data from Redis to SQLite without programming? Using RedisDataStudio, a native GUI tool, you can transfer data from Redis to SQLite easily and fast, just a few mouse clicks! Support Windows, Linux, macOS. Transfer data from Redis To SQLite Log in to Redis. Log in to SQLite ... Read more
Transfer data from Redis to SQL Server in a few clicks
Want to transfer data from Redis to SQL Server without programming? Using RedisDataStudio, a native GUI tool, you can transfer data from Redis to SQL Server easily and fast, just a few mouse clicks! Support Windows, Linux, macOS. Transfer data from Redis To SQL Server Log in to Redis. Log ... Read more
Transfer data from Redis to PostgreSQL in a few clicks
Want to transfer data from Redis to PostgreSQL without programming? Using RedisDataStudio, a native GUI tool, you can transfer data from Redis to PostgreSQL easily and fast, just a few mouse clicks! Support Windows, Linux, macOS. Transfer data from Redis To PostgreSQL Log in to Redis. Log ... Read more