How to use a File that you get from a ODATA connection? / How do I turn a Binary into a FileDocument?

1
Hi everyone,    i have a file, that I consume from a ODATA connection. However, I only get the “Content” binary back, not a FileDocument. How do I turn a Binary into a FileDocument? Best Tom    
asked
2 answers
0

 

You will need a Java Action called ‘StringToFile’ from the Community Commons module (import this module from the Mendix Marketplace)

Depending on how you receive the data, you may need to also call the java action ‘Base6Decode’ to get the contents in proper format.

answered
-1

I have the same problem. Is there a way to work around this without using message definitions?

answered