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
  • 0
    Certified Lead Developer
    Hi there can be a possibility to deal with this requirement, but need to do some R&D on this.

    You can try converting the response file it Base64 and again Base64 to Text, so the content which will be returned to you, will be your Json Data.

    But as i said, this required R&D and custom Plugin to be developed which can deal with files rather than normal texts for conversion into Base64 Format.

    Hope this will give you an idea to proceed further.
Reply
  • 0
    Certified Lead Developer
    Hi there can be a possibility to deal with this requirement, but need to do some R&D on this.

    You can try converting the response file it Base64 and again Base64 to Text, so the content which will be returned to you, will be your Json Data.

    But as i said, this required R&D and custom Plugin to be developed which can deal with files rather than normal texts for conversion into Base64 Format.

    Hope this will give you an idea to proceed further.
Children