How JSON As Simple File Coming to PRPC from File Listner can be Parsed
Dear All,
We are having a Proposal from Client that we need to Read a File . ==> OK
The file will be Read through the File Listner ==> OK
The File will contain JSON each and every time with a Response Structure ==> OK
But after we Receive the file in the PRPC we need to process/parse the same in PRPC to extract the Information out of it. ==> NOT OK
(WHY NOT OK : We have Implemented CSV Files or the XML Files Parsing which we receive from the File Listners But how can we parse the JSON, is there a way of achieving it with some OOTB activities which Reads JSON FIle format and give us a Clipboard page , as the same happens in the Case of the CSV files or XML Files.) ???? That is my question.