My Complete Talend Course on Udemy:
https://www.udemy.com/course/talend-d...
--------------------- FREE COUPONS OF MY UDEMY COURSE -------------------------------------
I am giving away 3 Discounted Coupons for my Udemy Course every Month.
If you are interested to get them, you need to drop a comment in the Comments Section and my Algorithm will randomly pickup 3 students with whom I will share the discounted Coupons via email.
Comment Should Include: "UDEMY COUPON: I AM IN"
Once I pickup your names, I will ask you to share your email address with me.
The results will be announced soon!
--------------------------------------------------------------------------------------------------------------------------------
This Video demonstrated how to parse complex json objects in Talend. A JSON file is a file that stores simple data structures and objects in JavaScript Object Notation (JSON) format, which is a standard data interchange format. It is primarily used for transmitting data between a web application and a server.
Different ways can be used for parsing:
1. Xpath: Extracts the JSON data based on the XPath query.
2. JsonPath: Extracts the JSON data based on the JSONPath query. Note that it is recommended to read the data by JSONPath in order to gain better performance.
3. JsonPath without loop: Extracts the JSON data based on the JSONPath query without setting a loop node.
The component used for parsing is:
tFileInputJSON: tFileInputJSON extracts JSON data from a file, then transfers the data to a file, a database table, etc.