Skip to end of banner
Go to start of banner

convertCsv

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 103 Next »

See also: Actions

Description

Convert CSV file data from the source file. Use the file parameter to direct output to a file. Default behavior is to produce a simple HTML table. Customized HTML output is possible using a property file. Other output types are available with the outputType parameter. Valid values are: text, table, html, json, slack, variables. Optionally provide subset and order columns using the columns parameter. Subset and order columns using the columns parameter. If requested, find and replace logic will be applied to the source data before processing.

Required Parameters

sourceFile

Optional Parameters

columns, augments, headingAugments, select, options, outputType, channel, findReplace, findReplaceRegex, findReplaceScope, propertyFile, input, file, append, encoding

Type

Update

Category

CSV

Output Formats

Replacement Variables

Since Version

Examples

convertCsv

Related How To's

  • No labels