Hello All,
I have a source .csv file starting with a header followed by a couple of rows containing metadata which I don't need to copy to my Azure SQL table. I would want to start processing the data from the header, skip the 1st and 2nd rows, then continue with the 3rd row, 4th row etc..
I tried using the property Skip Line Count, but it is throwing up errors, probably because of the following characteristics.

Is there a way I can skip the 2nd and 3rd rows while reading the file or a post-copy script kind of option ?
Thank you.
Regards,
Mahesh



