I have a scenario where I am doing a Join between two different data source tables using Merge Join and using BDD i need to assign them to a ResultSetDestination and then to Object inside the Dataflow.
After the result is assigned as a Object to the variable , i need to read the rows using a datatable / adapter.
After that I need to write to CSV after some URL convertion to base64 and merge all outputs to a single file.
Now, i have made all the variable assignments from BDD to ResultSet Destination Transform and have problem reading it inside the Script Task table wise and assign it to a rowdata and write to csv. Any help would be appreciated. Any help / suggestion would be appreciated
Thank you... MOMEN