This export type writes some basic data of features that are member of a specified view to a tabular text file. Only the feature data that is readable with the feature permission List features (2) will be exported.
The export file will be a text file structured in lines and columns. Characters in this text are UTF-8 encoded. The line break is encoded as carriage return (UTF-8: 0x0D) immediately followed by a line feed (UTF-8: 0x0A) - the typical approach in Windows operating systems.
Table 1 shows the type specific settings for this export type.
Setting |
Notes |
Source view |
The view whose member features will be exported. If the view is non executing no data will be exported. |
Column separator |
Column separator used in the output file |
Table 1: Type specific settings for this export type.