Unstructured Text Upload
1 General
- Type: - Matrix Upload
- Source code: UnstructuredTxtUpload.cs
2 Brief description
Load all lines from a text file and put them into a single text column or split them into multiple text columns.
3 Parameters
3.1 File
Specifies the file path of the text file that should be uploaded (default: empty). It can be specified manually by typing in the path or the file can be browsed by using the “Select” button.
3.2 Split into columns
If checked the lines of the specified text file are split into several columns (default: FALSE).
3.3 Separator
This parameter is just relevant, if the parameter “Split into columns” is TRUE.
It specifies how the values within a row of the text file are separated (default: Tab). The separation type can be selected from a predefined list:
- Tab
- Comma