Can we read specific area of a delimited files in Azure data factory?
ex :-
Header1
Name
Place
Footer1
I want to read data which is between header and footer only. is it possible?
Can we read specific area of a delimited files in Azure data factory?
ex :-
Header1
Name
Place
Footer1
I want to read data which is between header and footer only. is it possible?
Hello @User2508 and welcome to Microsoft Q&A.
Thank you for your question. This is partially possible, given current capabilities, please let me break this down.
It is possible to skip a header, using First row as header dataset option in the case of the first row just being column names, or the Skip line count copy activity option in the case of a multiline header.
However a footer is much more difficult, and I do not think there is currently a way to handle that.
4 people are following this question.