Forum Discussion

yashsri's avatar
yashsri
New Contributor II
8 years ago

Create and load table for different files from same pipeline

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.