Skip to main content
November 14, 2022
Question

Import CSV to Database V6 Smart Service

  • November 14, 2022
  • 3 replies
  • 0 views

Hi 
I am trying to save data in the Appian database through CSV 

not getting any exceptions in the process model but not able to save data.

Can you please help me out?

Do we have to config in the output tab also?

    3 replies

    jakubf0002
    November 16, 2022

    It is hard to say what is wrong but I would check monitoring to make sure that file is passed from UI to process model.

    November 16, 2022

    Add an "Error Message" text value under the output field to help diagnose the issue 

    November 18, 2022

    The headers in the csv must match the db columns, also check that you are referencing the correct table in db. i just tried it, its working for me.