Search found 2 matches

by Roldao
Wed May 18, 2022 10:52 am
Forum: RPG IV
Topic: Decoding Base64 data does not return the original string value
Replies: 6
Views: 4560

Re: Decoding Base64 data does not return the original string value

First of all, thank you very much for your replies. Your code is a solution to my problem, Scott. I noticed you decoded the base64 string as binary data. I tried it invoking the non-binary procedure API_APR_Decode64 and it worked as well. Is there any advantage in decoding it as binary over this las...
by Roldao
Mon May 16, 2022 5:04 pm
Forum: RPG IV
Topic: Decoding Base64 data does not return the original string value
Replies: 6
Views: 4560

Decoding Base64 data does not return the original string value

What I'm supposed to do is read a base64 encoded value eyJzb3VyY2UiOiJDQ0RWIiwidHJhY2VpZCI6IjNiM2MxZDZjZTU2Y2QxZTBkNThlNDA4NDY2YWVkZWE3In0= from a field in a database file and decode it to obtain the original JSON statement {"source":"CCDV","traceid":"3b3c1d6ce56cd...