Hello,
We have integrated virtual assistant in our mobile app and we have run into problem with file uploading. When file is uploaded into outsystem, file is made as binary data, but our virtual assistant does not understand binary code, so we need to convert binary code in outsystems to csv file. Question, how to convert binary data to csv file?
Hi Diana,
You can refer csvutil Forge Component.
Hope this helps you!
Regards,
Benjith Sam
Benjith Sam wrote:
Hello!Its for traditional web, we are creating mobile app, but it seems like i can add it to mobile app, i will try and see if it works, Thank you!
Hello Diana Kirnaja
this component is going to help: https://www.outsystems.com/forge/component-overview/636/csvutil as said by Benjith Sam
here am sending you some sample below: Form binary can convert to record list and then you can pass it to "ExportRecordList2CSV" and as show in the below example
I hope this helps you,
cheers
Srinivas Singadi wrote:
Hello!Thank you so much for example!Based on this it will be like this - we upload csv file into outsystem -> outsystems convert it into binary -> convert binary to record list -> from record list to csv file and than sent it to virtual assistant?Will test it out! Thank you!