Create a trailer record in a csv file

Hello All,

I am trying to create a csv file with a specific format. A header record and some lines of data and a trailer record.

By using export datastore entity to csv smart service, I am able to generate the header record and the data required.

I need the trailer record in a specific format like "FORMAT,DATE,Number of lines in the file,....."

Is there any way to achieve this in Appian?

Regards,

Naveen

  Discussion posts and replies are publicly visible

Parents Reply
  • Hello Christine,

    My header record is nothing but the column names and data is nothing but the data in the table. But my trailer record is dynamic and changes whenever i create the csv file.

    For example if i create file today, my trailer record is TRAILER,20190905,500(no.of.recordsincsvfile)

    Even if i create a view it will be only for the data but not for the trailer record.

    So once i create the csv file.

    How can i add the trailer record.

Children