a example of import csv to database

what should i fill in each blank of smart service in process model, or in interface smart service code?

  Discussion posts and replies are publicly visible

Parents Reply
  • Don't include quotation marks (eg. "), they are just there to be specific in what the value is.

    CSV Doc: The CSV document to be saved to the database

    Data Source Name: "jdbc/<Database Name>" (Mine is "jdbc/Appian")

    Delimiter: "," (If your CSV is comma separated)

    File Has Header: True (mine has headers so it's true)

    Table Name: The name of the table in the database where the data from the CSV needs to go

Children