Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
cancel
Showing results for 
Search instead for 
Did you mean: 
saikumarmdm
Contributor
Contributor

Data Profilling on JSon files

Can please anyone let me is it possible to do DATA PROFFILING ON JSON files. If it possible how we can achieve it ?

Labels (3)
3 Replies
Anonymous
Not applicable

Hi

Can you let me know which product you are using and which version?

 

Regards

Shong

saikumarmdm
Contributor
Contributor
Author

talend big data with data quality 7.2.1.

msjian
Employee
Employee

hello

see https://jira.talendforge.org/browse/TDQ-19782

Currently, We only support to profile Delimited file. Supporting a new type file, it will cost much for R&D.
Workaround: use a job to convert the json file content to another supported profiling type such as Delimited file or some Databases. The job like 'tFileInputJson+tFileOutputDelimited'. Then profiling on the Delimited files

thanks