Applications.CSV
Description
Scope activity for CSV.
Properties
Analyst
- Description: Optional text for documentation purposes.
Common
-
Continue On Error: Continues the execution of the workflow even if an error occurs during the execution of the activity.
-
Delay Before: Delay time in milliseconds before the activity is executed. The default value is 250 milliseconds.
-
Delay After: Delay time in milliseconds after executing of the activity. The default value is 250 milliseconds.
-
Disable Log: Disables the logging functionality for this activity.
-
Disable Protocol: Disables the protocol functionality for this activity.
-
Exclude from Global Delay: Excludes this activity from the Global Delay functionality.
-
Timeout: Duration in milliseconds in which the activity tries to execute.
Expert
- ExistingObject: Existing CSV object. Can be used instead of File Path
Input
- File Path: Path of the CSV file
- Delimiter: Set the respective delimiter of your CSV document.
Options
- Encoding: Encoding Type to be used (UTF-8, etc.).
- Create New If Not Existent: Create a new CSV if it does not exist.
Output
- CSV File: Optional output of the CSV document. If this property is set, use the Dispose activity to close the CSV document later. If this property is not used, the CSV Scope closes the CSV document after leaving the Scope.