Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
heshkaru
Creator
Creator

Extract values in Object type using any tjava component

Hi,

Can I check whether '

purchase_order_details_notes' is null or not. Below Object is getting as the output if I log. Can I extract values separately.

[{"item":"2285542","purchase_order_details_notes":[{"note_line":"1"}]}]

Thank you

Labels (4)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Hello,

You are able to consume your data using a tFileInputJSON component and then connect the output to a tLogRow for testing only.

After that, the data extraction can be go with tExtractJsonField components.

Best regards

Sabrina

View solution in original post

1 Reply
Anonymous
Not applicable

Hello,

You are able to consume your data using a tFileInputJSON component and then connect the output to a tLogRow for testing only.

After that, the data extraction can be go with tExtractJsonField components.

Best regards

Sabrina