Python Forum
What is the best way to merged csv files and commit them to a database?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What is the best way to merged csv files and commit them to a database?
#3
If you need to do processing on the data, probably not. That implies that the CSV files cannot be treated generically. Just opening CSV files, combining them, and writing them as a table in a database could easily be written as a script that knows very little about the contents of the CSV files.
Reply


Messages In This Thread
RE: What is the best way to merged csv files and commit them to a database? - by deanhystad - Jul-10-2023, 02:31 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Merged multiple csv to one SamLiu 7 1,597 Sep-19-2022, 02:20 PM
Last Post: SamLiu

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020