Skip to main content
udayasain741
June 29, 2022
Question

Do we have plugin to convert appian document in to blob

  • June 29, 2022
  • 17 replies
  • 0 views

i Wanted to store appian document into blob format in database, Can we  have plugin for this

    17 replies

    harshitb6843
    June 29, 2022

    Maybe something you are looking for - community.appian.com/.../rdbms-blob-utility

    stefanhelzle0001
    Brainy
    June 29, 2022

    What is the purpose of storing a binary document to the database?

    udayasain741
    June 29, 2022

    Hi Stefan ,We  have an application which users captures the images and will store in appian folders, We want this images need to move to another synapse database with meta data, We cant use webapi to send documents as we have lot of documents almost near to 100, so i am planning to push to synapse on each instance in process model when user submit the form instead daily load with api

    stefanhelzle0001
    Brainy
    June 29, 2022

    Thanks a lot for the explanation. You say "We cant use webapi to send documents as we have lot of documents". Why is that?

    IMHO it is a very questionable design to store binary data in a DB.