I have my data in excel file and I am able to read the whole sheet. But I want to read only first column and third column. I have headers in the excel. So I need to read values from A2 and from C2.
I tried reading https://docs.microsoft.com/en-us/azure/data-factory/format-excel . But unable to find a way. Any ways to read these two columns alone. Can any help me what values I have to specify in range. Many thanks!