Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
Writing this email with a query in extracting reports from Talend data profiling jobs. We have already extracted reports in PDF and XLS format, wherein we observed the images of analysis results were pasted to both the reports.
But our requirement is to extract reports of the analysis results in rows & columns to an excel file. So would like to request your assistance in below mentioned
Thanking you,
Hi,
to convert a pdf to plain text you could use the "pdftotext" command line utility. In Linux this is part of the poppler-utils package.
You can then use the extracted text and covert it to every format you want.
Hope this helps.