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 identifed 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. |
---|
Required Parameters | sourceFile |
---|
Optional Parameters | columns, select, options, findReplace, findReplaceRegex, findReplaceScope, outputType, file, append, encoding |
---|
Type | Create |
---|
Category | CSV |
---|
Output Formats | |
---|
Replacement Variables | |
---|
Since Version | |
---|
Examples | copyCsv |
---|
|