Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I'm getting the data from source in dynamic column. Lets say 4 columns comes in it. So, I want to apply some transform over 2 columns then send the data into target/output.
And want a dynamic solution for achieving this situation like columns will be created dynamically in target side.
Please suggest......
Real time situation is like we are getting a file on daily basis and its structure is changing mostly on daily basis.
For example, on day-1 we receive a file with 4 columns, on day-2 we receive a file with 6 columns(2 new columns added) similarly on day-3 we receive a file with 3 columns only(3 columns removed from file) so on......
So, how I can handle this situation dynamically so that my columns at target(AWS S3) side will get adjusted based on the source file. I don't want to pre-define any schema on both source and target side.
Also, can I also transform the columns that are coming in source file before sending them into target?