Hello, i am working on project and i need help.
I want to copy multiple csv files from my pc, to postgreSql database.
I have a folder on my computer and i want all files from that folder just to copy on postgre.
I dont know how many files will be in folder on pc, so i cannot predict, but they all have some column names sames, some diferent, and some of them even have diferent number of columns
So basically, i have set up a reader in FME workbench, in reader i selected which folder i want to read all csv files from, then reader is connected to schemaValidator , and that is connected on writer, that wrriter should write in postgresql
My problem is that, when i run that workspace , in my postgre database writer writes right names in right schema with right data, but with columns from all files
I need help, what can i do that if its exactly 5 files in folder that i read , that all 5 files in exactly how they are in folder to be copied on postgresql ?
I have been try transformer FileCopy, but FileCopy cannot work on PostgreSql, or i dont know how
I appreciate it in advance.