Edit csv file inline in Appian screen

Certified Lead Developer

Hi Champs,

Is there any way to edit CSV file inline in Appian screen and storing them back to Appian as document.

Regards,

Ghanashyam

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to Stefan Helzle

    Hi Stefan,

    I created a table in Appian database with a generic column called rowData with nvarchar (5000). Now when I am using the import CSV to database smart service, it's getting error out. It is asking for excel column names and database column names when I am choosing the value false for "File has header " parameter in the smart service. As excel column name is not static, I don't know what to pass for it. If I use true for File has header parameter, it's giving illegal argument exception saying CSV header name and database field Names list are not of same length.

Children