How to remove headers from pdf file

Hi all,
In pdf extraction the file has headers and because of that headers not able to extract the proper data.
Pdf data written into text file
How to remove headers from text file.
Please help.

Thanks,
Lakshmi

Hey!

Use generate data table…

You can use first row as header in generate data table…

While writing to excel id you don’t want headers you can uncheck the add headers in write range…

That’s it

Regards,
NaNi

Hi @THIRU_NANI ,
Data is in text file , header need to remove from text file
image
Pdf file has header how to remove it.

Regards,
Lakshmi

Do you want to remove the header from your extracted text file? Is header the first line of your text file? Can you attach sample files, pdf and .txt?

Hello @lakshmi.mp

I hope you are reading the pdf using Read pdf activity and getting the entire text to a string variable. Then you need to remove the header form it.

Can you share the text file or can you put a screenshot of the text file with the header.

Thanks

Hi @Rahul_Unnikrishnan @devika.jaykrishna ,
Sample file has been attached. Please look on it.

Highlighted part is the header part .Sample has 3 pages of data 3 times the header has come.

image
These values are keeping in every page and every file.
How to do that.

Thanks,
Lakshmi

@lakshmi.mp

This one is still too generic to answer. Do you have other pdfs as well?
Are they all in same format with same number of header lines?

Do you always have 'End assembly item as starting of the text you want to extract?