lifeonhold
Registered Users (C)
I meant "one of these days I will open up the program" ... typing too fast to get anything right
Originally posted by SirZ
This is a two part project:
1. update Kashmir code to produce XML (instead of CSV/TSV)
2. convert existing data in database to produce XML
Both of these require the buy in of the original coder/maintainer/people who work with it. The work itself is trivial, setting it up is what takes coordination and effort.
The purpose of XML is to standardize the storage format (in a widely available, and easily manipulatable form), and tag it in a mannner that machines, instead of humans can analyze. The idea is to minimize user inconvenience and interaction, so the best place to start in is to have the scanning code output it as xml tagged data. This is a fairly simple task, but needs the original coder buyin. Then, the pain in the a55 part of the job is getting existing data converted, which is what your suggestion will accomplish.Can you explain more in detail about what you want out of XML?
I agree XML is powerful.
Instead of modifying the kashmir code, I would like have a different approach.
We can write a small piece of code which will take the o/p file of Kashmir (tsv file) and convert into XML. If u want I can write this piece of code in C/C++ or Java. I hope whoever is running kashmir project will have their tsv file saved. They can run this small piece to convert that tsv data into XML.
After converting into XML how do u want to put into database?
Let me know if you feel I can be of any helpful to you in this regard.