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: 
poorna4167
Contributor
Contributor

how to extract nested loop for json file

Hi,

I am new into talend .Can you help me to extract the data from talend from below data.Need step by step procedure.

 

{
    "CorporateData": {
        "Rohan": {
            "Year 2024": {
                "Company": "Abcd",
                "Duration": "12 months",
                "projects Done": "2",
                "Salary": "5LPA",
                "Joining_Date":"2022-03-21 14:00"
 
            },
            "Year 2025": {
                "Company": "Abcd",
                "Duration": "12 months",
                "projects Done": "1",
                "Salary": "7LPA",
"Joining_Date":"2021-05-26 09:00"
                
            },
            "Year 2026": {
                "Company": "Abcd",
                "Duration": "12 months",
                "projects Done": "1",
                "Salary": "8LPA",
"Joining_Date":"2021-11-21 14:00"
            }
        },
        "Ankur": {
            "Year 2024": {
                "Company": "EBD",
                "Duration": "12 months",
                "projects Done": "2",
                "Salary": "8LPA",
"Joining_Date":"2020-11-21 16:00"
            },
            "Year 2025": {
                "Company": "EBD",
                "Duration": "12 months",
                "projects Done": "1",
                "Salary": "8LPA",
"Joining_Date":"2024-07-21 09:00"
            },
            "Year 2026": {
                "Company": "EBD",
                "Duration": "12 months",
                "projects Done": "2",
                "Salary": "10LPA",
"Joining_Date":"2021-11-21 19:00"
            }
        }
        
    },
    "meta": {
        "consensus": "median",
        "updated": "2024-07-11"
    }
}
Labels (3)
3 Replies
Or
MVP
MVP

poorna4167
Contributor
Contributor
Author

Can you help me to steps to extract the json above json file .The above video is not helpful for me.

regards,

Chandu

Dave_Simo
Creator II
Creator II

Hello ,

You can use this handy link https://jsonpathfinder.com/ to see which query to put in your tExtractJSONFields

Dave_Simo_0-1726729237365.png

 

Best Regards,