I am building an app for a client that will require importing large
amounts (~2GB) of zipcode-specific data from Excel files. I was just
wondering what you folks thought the best solution for importing the
data to the database would be? Currently I’m planning on converting
the Excel data to .csv and writing a script that will load from an
arbitrary number of .csv diles in a directory, but that will take
hours to complete. Is there a better way?
Thanks,
Michael B.
[email protected]