Skip to content

Batch import of multile CSV files into a single table #17439

Answered by JustGitting
fujiokae asked this question in Q&A
Discussion options

You must be logged in to vote

DBeaver is able to import multiple files.

Inserting huge batch of data from multiple csv files into distinct tables with Postgresql
https://stackoverflow.com/questions/73100588/inserting-huge-batch-of-data-from-multiple-csv-files-into-distinct-tables-with-p/73125590#73125590

If you use DBeaver, there is a recently-added feature in the software which fixes this exact issue. (On Windows) You have to right click the section "Tables" inside your schemas (not your target table!) and then just select "Import data" and you can select all the .csv files you want at the same time, creating a new table for each file as you mentioned.

I'm answering this old question as this came up when I was sear…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by fujiokae
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants