Skip to end of banner
Go to start of banner

copyCsv

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 101 Next »

See also: Actions

Description

Copy csv data from the source file. Use the file parameter to direct output to a file. When append is used, only data rows (not the header row) will be copied. If provided, only columns identified by the columns parameter will be included in the order specified. If requested, find and replace logic will be applied to the source data before processing. Note that if database parameters are provided, the CSV data can be loaded into a database table just like support provided by list actions.

Required Parameters

sourceFile

Optional Parameters

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

Type

Create

Category

CSV

Output Formats

Replacement Variables

Since Version

Examples

copyCsv

Related How To's

  • No labels