add records to cloud database via SFTP / XML

Hi,

I would like to know if it is possible to update the Appian Cloud database via SFTP with  records in an XML file

this XML file would need to be processed daily, also it is in a .zip format

kind regards,

  Discussion posts and replies are publicly visible

Parents
  • Hi, 
    Of course, direct access to the database in the Appian Cloud is not possible. The options you might have from an architectural perspective:
    Creating an API or user interface where you can upload the .zip file containing the xml. Then unzip the file (there is an plug-in at the AppMarket) storing the content in a folder and receiving an doc-id. This doc id can be used to retrieve the file content into a process model which converts xml into CDT and writing into the database.

    So - yes you can achieve this. Depending on your source system, you can even automate the whole procedure.

Reply
  • Hi, 
    Of course, direct access to the database in the Appian Cloud is not possible. The options you might have from an architectural perspective:
    Creating an API or user interface where you can upload the .zip file containing the xml. Then unzip the file (there is an plug-in at the AppMarket) storing the content in a folder and receiving an doc-id. This doc id can be used to retrieve the file content into a process model which converts xml into CDT and writing into the database.

    So - yes you can achieve this. Depending on your source system, you can even automate the whole procedure.

Children