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
The link does not work
Thats a five year old thread. What are you looking for?
Hi
Our Web API having input as document , where document having json body.
We are looking for any way to read json data from document having json body?
Regards
Aj
Use the "Text File Utilities" plugin.
Thanks for your response,
My web api is getting document from third party, when I try to convert using readTextFromFile() , it is unable to read due to receiving file in binary format.
Any advice to overcome above situation,