[Files] Delimiter Convert
Q100046: [Files] Delimiter Convert
Replaces a delimiter of one type with another in a list of pathnames (files).
Parameter | In/Out | Description | Other Info |
---|---|---|---|
File source | In | The file source is a list of one or more files, using fully qualified pathnames, such as a FileList output parameter from another module. A typical example being the [Files] Find module. |
|
Output Folder | In | Folder to place the processed file(s) in; if blank uses same folder as source, thus effectively changing the original source file. | |
From | In | Choices: Tab , Pipe , Comma The delimiter to replace. |
|
To | In | Choices: Tab , Pipe , Comma The delimiter used to replace. |
|
Log output level | In | Choices: Minimal , Verbose The level of execution detail you want to appear in the log. |
Default: Minimal |
File list | Out | The list of processed pathnames (files). |
(Italics = required parameters)
Notes
The [Files] Delimiter Convert
module is similar to some other modules in that they help with easily dealing with legacy file formats. Specifically, this module helps with files that might export data from an older system, but might use the wrong type of field delimiters that will work with the other tools you are sending the files to. This allows for an easy way to modify these types of files easily for proper processing by other systems.
Last Updated:
10/3/2023 1:07:01 AM