Xml to Csv Conversion Tool

Submit portable freeware that you find here. It helps if you include information like description, extraction instruction, Unicode support, whether it writes to the registry, and so on.
Post Reply
Message
Author
User avatar
rbon
Posts: 363
Joined: Wed Mar 28, 2007 2:16 am
Location: Italy

Xml to Csv Conversion Tool

#1 Post by rbon »

Some recent programs store theirs data inside a xml file (xml is used as database).
In this case is necessary a tool for convert xml files to csv.
- Program name: Xml to Csv Conversion Tool
- Author: Timmy Timeless
- web site (hosts the program): CodePlex.com
- program page: https://xmltocsv.codeplex.com/
- program size: KB 16
- sources size: KB 276
- sources language: C# 4.0
- release number: 1.6.1
- license: GPL 2
- portable = yes
- stealth: yes
- limit size of .xml is 150 MB
- direct download program: https://xmltocsv.codeplex.com/downloads/get/806200
- direct download sources: https://xmltocsv.codeplex.com/SourceControl/latest#
- Softpedia: http://www.softpedia.com/get/Programmin ... -CSV.shtml
(Softpedia do not allows download)

Usage:
- obtain a .xml file (for example from TorrentRover - torrent search engine) for example 'portable.xml' and open it with this tool
- select last entries (down) and launch conversion
- open the result file 'Torrents.csv' with CSVed or LibreOffice
The .csv file contain a column with name 'DownloadGUID': this column contains all 'Magnet link' of yours selected torrents.

Image
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to build bigger and better idiots. So far, the universe is winning." - Rick Cook.

Post Reply