Delimiter Separated Values (DSV)
The Delimiter Separated Values (DSV) datastore is available for Reading and Writing data in 1Integrate.
A DSV datastore reads data from DSV files. A DSV file stores 2-dimensional data arrays, separated by delimiter characters (e.g. comma and bracket characters).
Data Store Type | As standard | Using FME Desktop | ||
---|---|---|---|---|
Write | Read | Read | Write | |
Delimiter-separated value (DSV) |
![]() |
![]() |
![]() |
![]() |
Key Information
-
The DSV datastore preserves the order of class attributes from source data files. This allows 1Integrate to preserve the field order when exporting DSVs.
-
Geometry field(s) will always appear last in the list of class attributes.
-
Other than geometry fields, all field types in DSV files are detected as strings. You can correct this manually in the schema mapper.
-
1Integrate handles Multiple DSV files in one zip. When using this method the files will come through as separate classes.
-
WKT only supports 2D geometries.