python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Need to decode CLUSTD column SAP Hana
i am looking to decode the CLUSTD column of SAP, which is in encoded form as binary. I want to decode it outside SAP, I know READ_TEXT helps decode it but it is in SAP environment.
My CLUSTD is in SNo...
Tanmoy banerjee
Votes: 0
Answers: 0
Expected to decode Array<Any> but found a dictionary instead struct error
Here is my JSON
{"states":\[{"name":"Alabama","nickname":"Cotton State"},{"name":"Alaska","nickname":"The Last Fron...
StevenM
Votes: 0
Answers: 1
Swift decodable - decode json having base64 encoded string
I am trying to decode JSON response that has encoded base64.
Example JSON:
{ "contract": "JVBERi0xLjQKJeLjz9MKNSAwIG9iago8PC9UeXBlL1hPYmplY3QvQ29sb3JTcGFjZS9EZXZpY2V", "isSucc...

Newbie
Votes: 0
Answers: 0