Reading Json Data from a Document

Hi All,

I will be getting the data from an external system in Json format in a Json File,

I know to use a!fromJson and convert that into a CDT type.

But my problem is I am not able to read the data from that File as a text to pass to a!fromJson function

Could someone help me in bridging this.

TIA

:)

  Discussion posts and replies are publicly visible

Parents Reply
  • It is working for me to map to a CDT, please remove the square bases and try ([])
    {
    "A": 0,
    "B": "AAA",
    "C": 0,
    "D": "AAA",
    "E": "Pending",
    "F": "",
    "G": "AAA",
    "H": 1461220449000,
    "I": " ",
    "J": "",
    "K": "",
    "L": "AA 99000/0078 - 0001",
    "M": 30379,
    "N": "",
    "O": "",
    "P": "",
    "Q": "",
    "R": "",
    "S": "",
    "T": "",
    "U": "2926",
    "V": null,
    "W": null,
    "X": false,
    "Y": false,
    "Z": false

    }
Children