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
bgs
  • 3,061
  • 7
  • 40
  • 58
Soniya
  • 1

0 Answers0