Import TXT
Instructions for use
Import TXT spreadsheet files
Parameter description
| Parameter Name | Default Value | Parameter Interpretation | Parameter Type |
|---|---|---|---|
| Select File | The data path information that needs to be imported | String | |
| Character Set | ANSI | The character set type of the file to be imported | Charset |
| Result Datasource | Specify the datasource where the exported result dataset is located | Datasource | |
| Result Dataset | The specified resulting dataset name | String | |
| Group | Supports importing data into a specified group. Default is empty. If no group is selected, data is imported under the datasource | String | |
| Import Schema | None | None: If there is a name conflict between the imported data and an existing dataset, the imported data will be automatically renamed and imported. Append: If there is a name conflict between the imported data and an existing dataset, the imported data will be appended to the existing dataset with the same name. The condition for appending is that the two datasets with the same name have completely identical types and structures. Overwrite: If there is a name conflict between the imported data and an existing dataset, the imported data will overwrite the existing dataset with the same name. |
String |
| Separator | , | Determines the delimiter for each field value in each row of information. When a delimiter is encountered, it is interpreted as the start of the next field's value. | String |
| 1st Row as Header | true | Indicates whether the first row of the source file to be imported is a field. If set to true, the imported field will use the field values from the first row of the source file; otherwise, it will use col0, col1, col2... colN-1 | Boolean |
| Auto Length | true | When this parameter is checked, the longest field in each column will be read during import, and 10 will be added to it to serve as the field length for that column. | Boolean |
| Import Spatial Data (Optional) |
false | Whether to import spatial data. When checked, the WKT string field is selected by default. | Boolean |
| WKT String Field (Optional) |
true | Import WKT string field spatial data | Boolean |
| Coordinate Field (Optional) |
false | Specifies the coordinates location | Boolean |
| Specifies that the field is X, Y or X, Y, Z coordinate (Optional) |
Specifies that the field is X, Y or X, Y, Z coordinate. If the conditions are met, a point or 3D point dataset will be generated | String |
Output Result
| Parameter Name | Parameter Interpretation | Parameter Type |
|---|---|---|
| Result Dataset | Result Dataset | DatasetVector |