Export Report to CSV Plug-in

This plug-in is deprecated, unmaintained and no longer recommended for use. Refactor applications utilizing the functionality of this component to use alternatives. The functionality is available out of the box and as part of the Excel Tools plug-in.


Contains a Smart Service that exports a Report to a CSV file.  The smart service can be found under “Appian Smart Services - Process Management”.

Inputs:

  • report: This is the document that represents the report. An ARF file
  • maxRowsToExport: The maximum number of rows to export. Use -1 to export all
  • documentName: Name of the CSV to create. Required if you're creating a new file.
  • folder: Folder to store the CSV file generated. Required if you're creating a new file.
    documentToOverride: Optional CSV to replace with this new export

Output:

  • CSVDocument: The CSV document created

Notes:

  • Preserves internationalization settings for dates and format for duration
    • Duration takes advantage of milliseconds precision
  • Supports multi-value variables
  • WYSIWYG for columns of type user, group, dates, duration, CDTs among others
  • Preserves null values inside multi-value variables
Anonymous