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: xml
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
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
Convert large XML file to CSV file without coding
Sometimes you need to convert big XML files to other format, like CSV, TSV, TXT, Excel, JSON, or SQL. If you don’t like to program, you can try Withdata Data File Converter, a native GUI XML to CSV converter for Windows, Linux, and macOS, you can convert large XML to CSV easily. Can run in ... Read more