Tagged Questions

2
votes
7answers
121 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
0answers
47 views

HTML, CSV files, and Variable Passing

I have a small project that I am working on and need some advice on how this can be achieved. 1) There is a page which holds a fairly big table, that needs to be updated frequently. This table needs ...
0
votes
2answers
234 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 ...