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
  • I never said it is not working for me Vijay, my question is how will you read this data if this is coming you from a file, I mean how will you read the data from the file to get this format is the first show stopper for me. After that I will use a!fromJson and get the output
    if you have done copying this entire code in a Json file and did it please let me know the steps how to do it,
Children