Create a new data flow. Set your source to point to the source CSV file. Add a Surrogate Key transformation and give the key a name like "mykey". Now add a Filter transformation with this formula "mykey<1000". Then add your Sink.
ingest only first 999 rows from .csv file using ADF to move data to ADLS
AzeemK
516
Reputation points
I am moving data from .csv file on a file share to ADLS Gen2 using ADF V2 pipeline , is there a way to read only first 999 rows from .csv and ingest those and not the whole file.
Accepted answer
-
MarkKromer-MSFT 5,211 Reputation points Microsoft Employee
2020-12-09T01:07:18.887+00:00