Hello Everyone,
I've 10 SAP HANA tables now i want to create a workflow which would read tables one by one and write the data into csv files. Also the output files names should be aligned with the table names.
for example let say I've Table_1, Table_2, Table_3 and Table_4 in source. Now I want to create a workflow so that after executing the workflow I should have 4 files i.e Table_1.csv, Table_2.csv, Table_3.csv and Table_4.csv with data.
Any lead would be highly appreciated. Please guide me with each single steps to design it.
Thanks!