I have multiple csv file for example 1.csv,2.csv,3.csv then I want to create each csv file new tables in my postgres database.
currently im using "get file names" to read my folder that contains multiple csv files, then im using "CSV file input" to read the multiple csv files. After that I not sure what function should I use to save/create new tables in my postgres database.
What step I should use ?
I already try to use table output but doesnt work for me. Im not sure maybe there some wrong setting I configure.
I expect that I will have multiple tables in my postgres base on my csv file name.