Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a question related to generating error records from Talend Profiling
1) I was able to create analysis and able to view different kinds of data (such as null count, duplicates and other pattern matches as well).
2) I was able to generate Report for above analysis and also a Talend job for this report.
Question:
When I deploy this in Unix/other environment, I am able to successfully deploy and run the Talend job (which is bundled with report and analysis). I am able to generate the pdf with simple statistics, pattern matching etc. But it doesn't actually list the error/bad records generated in pdf.
Is there a way to configure either Talend job/report/analysis to show us bad/error records during the pdf (Talend report) generation?
Hello,
What's kind of error you'd like to capture? Could you please set an example?
Best regards
Sabrina
Hi,
Thank you for your response. Please find attached sample report generated from "Basic column Analysis" performed on student data. As you can see, I was able to generate a pdf for the analysis performed on data. In my local machine through Talend Profiling perspective, I can right click and view rows/values on individual statistics like "Unique count", "duplicate count" etc. But the pdf generated doesnt have this feature to view row level/column level actual data. So I would like to know if there is a solution/workaround for this where we can view the actual data outside talend?
hello
as I know, this is not supported.
you can edit the report, select the Template type "User defined"
and set your own report JRXML Template.
(you can import the system built-in report jrxml first by right click the Libraries-->JRXML Template-->Import Built-in JRXML , then edit)
thanks