Skip to main content
August 8, 2022
Question

Export data to excel

  • August 8, 2022
  • 6 replies
  • 0 views

 I have datas saved in Appian DB , I want to export all the datas into an excel and store in into a shared location and the datas need to be deleted after exporting to excel .And this process need to be performed on the starting of every month .

Any suggestions how  to achieve this . 

6 replies

harshitb6843
August 8, 2022
  1. Configure the start node to run at the scheduled date and time on every month
  2. Use 'excel tools' plugin to convert database data into excel. 
  3. Store that excel in the dedicated folder
  4. Delete the data from the table using 'Execute SQL' smart service or delete from DSE with all the identifiers. 
August 8, 2022

[mention:ef600ff8f5d2497eb2def2126dc89484:e9ed411860ed4f2ba0265705b8793d05]Thanks for the steps . All of the above steps  will in a Process model ?

harshitb6843
August 8, 2022

Yes.