Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
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