Incremental Data Load in Azure Data Factory

Copper Contributor

I am loading data from tab formatted txt files to azure sql server using Data Factory. currently i am dumping all the data into Sql. I am looking for incremental data load by comparing Lastupdated column in table and Lastupdated column in txt file.

is it possible using SqlReaderQuery?

0 Replies