Hi all,
I have a REST WS with method post that returns a base64, but I don't know how to call it and save the result as a appian document
I tried to save the value in the database but the result can be around 14,000,000 (a pdf document with 21 pages) and the text datatype can save only 60,000
Any suggest???
Discussion posts and replies are publicly visible
Hi guadalupej0001,You can sue the smart service Appian Document from Base64 String to do your job.
Below post may help you.
https://community.appian.com/discussions/f/integrations/13208/base-64-to-document/59846#59846
Thanks,
Venu.
Hello Venu, that component is not available, another idea???
Thanks!!!
https://community.appian.com/b/appmarket/posts/base64-document-database-integration
I have used this component before to transform base64 strings in the database into appian documents.
Hi, I'm trying that component Get Base64 Document from Database
My problem is the length, my base64 string is too long (14,000,000)
Don't use Text. That's not appropriate for a string that large. use a blob, clob, longtext or similar.
what type of database is it?
Oracle database,