0

My File looks like this

{
    "Item Version": 1.0,
    "Item Creation Time": "2019-04-14 14:15:09",
    "Trade Dictionary": {
        "Country": "India",
        "TradeNumber": "1",
        "action": {
            "Action1": false
        },
        "Value": "XXXXXXXXXXXXXXX"
    },
    "Payments": {
        "Payment Details": [{
            "Payment Date": "2019-04-11",
            "Payment Type": "Rej"
        }]
    }
}

I want the result in below format

Item Version,Item Creation Time,Trade Dictionary.Country,Trade Dictionary.TradeNumber,Trade Dictionary.TradeNumber.action.Action1,Trade Dictionary.TradeNumber.value,Payment.Payment Details.Payment Date,Payment.Payment Details.Payment Type
3

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.