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 ...