Unable to Skip a line in Excel dataset in Azure data factory

Sampath S 81 Reputation points
2022-10-15T13:26:21.793+00:00

Input :Excel dataset Sheet ,Sheet Number 1
Output:Azure Sql table

I want to skip First 5 lines and map my remaining columns to sql Table.
How can I do that?

PS: I am using copydata activity

@Subashri Vasudevan ,
@ShaikMaheer-MSFT

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,990 questions
0 comments No comments
{count} votes

Accepted answer
  1. Nandan Hegde 32,831 Reputation points MVP
    2022-10-15T13:28:02.357+00:00

    Hey
    You can use range function in excel dataset to skip the initial lines

    250590-image.png

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.