Tagged Questions

2
votes
7answers
100 views

To use CSV or XML for data imports?

I'm writing a script were I want to be able to import data into a database table. The table is either mysql, SQLite 3, or PostgreSQL. Hypothetically, it could be a lot of data (the data is ...
0
votes
2answers
230 views

Tab Seperated text converted to tabular format with border

I needed to convert a Tab Seperated Text file into a tabular format as follows File content ID<TAB>WorkId<TAB>Date 0<TAB>W-1230699600000<TAB>2008-12-31 ...