Forum Discussion
@darshthakkar - the reason I was asking about the number of fields is that the Group By N is giving me the set of fields per object. If you increase that to consume the entire document, then creating the object would fail because you wind up with duplicate names in the object.
But I’m glad this is working for you!
darshthakkar
3 years agoValued Contributor
Got it, thank you for sharing the additional details on this.
Can you post the Base64 content (assuming it is not sensitive!)?
Hi Deepak,
Quick question, has the $content object has already been encoded to base64 (usually needs to encode since content is a binary)
Try, Base64.decode(Base64.encode($content))
Thanks
- deepak_shaw5 years agoContributor
Thanks, It worked 😀
Related Content
- 4 months ago
- 4 years ago