Hello there,
In ODC we have a json file (a binary) in resources (Data) that we need to deserialize. I didn't find any component on forge to help with that. I've tryed BinaryDataToText but the result is not the best (comes with the double of comas and some NBSP).
Any ideas here?
Thanks
Hi Pedro,
The normal flow would be to:
If you have formatting issues with your JSON string, you could explore the Javascript Utils Forge component that has some actions to correct a JSON string
Regards,
Daniel
Thank you Daniel