In adf get file name in blob, & add it to same file with new column for each row.
Wanted to add new column in file which is in blob, column value should be file name itself.
Example: assigned.csv is a file.
New column Employee Id
1. Assigned 242344
2. Assigned 234553
3. Assigned 423222
Wanted to add new column in file which is in blob, column value should be file name itself.Example: assigned.csv is a file. New column Employee Id1. Assigned 2423442. Assigned 2345533. Assigned 423222 Read More