|
I have had difficult experiences writing programs to read and write CSV text files, even the most commonly used MS Excel sometimes fails to parse CSV files correctly. Thanks to the introduction of XML format, the increasingly popular data file format that hopefully will soon replace the ancient CSV format. The XML format has been friendly to computer programs passing data back and forth, however, not very friendly to us - the end users. This program is designed with one major goal in mind - to view XML files in tables. And some additional features around it. Why not Excel? 1. $$$, 2. $$$, 3. Ugly, 4. Unable to handle multi-table XML file. Current Development Phrase 1: View XML files in Tables.
|
||