Hi @Obaid Ur Rehman ,
Thank you for the ask.
You can try the following:
- add filePath as a column
- rank the data based on filePath
- pivot the data
Please see the screenshots for details. Hope this helps, thanks!
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
First of, I know there are similar solutions exists but this problem is somewhat different.
I have a process that produces multiple csv files based on user input 'n' (Where n > 1 and n <100). Means user can generate any number of files.
These files have same columns:
file1 -> Col1 Col2 Col3 Col4 Col5 output
file2 -> Col1 Col2 Col3 Col4 Col5 output
file3 -> Col1 Col2 Col3 Col4 Col5 output
These files are stored in azure blob with some datapath.
I want to read all the files and produce a result file like this:
Col1 Col2 Col3 Col4 Col5 output1 output2 output3
Is there any way of doing this dynamically. I.e without creating multiple sources in data flow and joining them because the files generated depends on the user and I cannot hardcode it.
Hi @Obaid Ur Rehman ,
Thank you for the ask.
You can try the following:
Please see the screenshots for details. Hope this helps, thanks!