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

Announcements
AWS Degraded - You may experience Community slowness, timeouts, or trouble accessing: LATEST HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to read Complex Json File

Hi,

I have to read attached json file in Talend 

 

{
	id: 1,
	field1: [
				{
					field2: value,
					field3: 
						{
							field4: 
							{
								field5: 
								{
									field6: 
									[
										{
											field7: value
										},
										{
											field7: value
										},
										{
											field7: value
										}
									],
									field9: 
									[
										{
											field10: value
										},
										{
											field10: value
										},
										{
											field10: value
										}
									]
								},
							}
						}
				}
			],
	field8:value
}

 

Please help.

 

Thanks

Labels (3)
2 Replies
Anonymous
Not applicable
Author

Hi
Which fields do you want to read or all fields?

Regards
Shong
root
Creator II
Creator II

Check out this component on Talend Exchange:

https://exchange.talend.com/#marketplaceproductoverview:marketplace=marketplace%252F1&p=marketplace%...

tJSONDoc* components 10.2 by Jan Lolling

Give it a try.