Now we have the Data in Azure Data Lake Store and now are processing the data present there with Azure Data Analytic Job with U-SQL. Now we have a requirement where we need to push data into different output folders based on the column value present.
Suppose once the we process the data and we have output like below
ID | Name | Company
1 Midhun test
2 Midhun2 test2
So I would like to move the first to record to an output folder named "test"\result.tsv and the second to an output folder to "test2"\result.tsv
Will I be able to do this in U-SQL? I am not finding any good reference documents regarding U-SQL. Can you please share the link if you know one.