Add CSV Header
MINUMUM IMPORTER VERSION: 3.20.0001.0001
EVENT: FolderBeforeImport
SYNOPSIS: Adds a configurable header row to a CSV file before importing
DESCRIPTION: There are times when you need to have a header on the incoming CSV files even though Importer can proceed without. Other Add-Ins sometimes need to read the headers to do their work and this Add-In can help.
CONFIGURATION: You must set the Header values to use. You can optionally set a file pattern.
File Pattern: You can use wild cards (* and ?) to specify the names of the files to which to add a header. If you want all files then use *.*. For only CSV files use *.csv, etc.
Header Names: Add one column header on each line. These are the values that will be added in the header line of the output CSV.