Forum Discussion
2 Replies
No RepliesBe the first to reply
Hi
I have multiple different files with different structure. My pipeline should read each file, identify the column names, column length and data type and create the table in given db connection. Once table is created it should be loaded with data present in the incoming file.
How can I achieve this. Please help.