Custom objects of type DSV
You can use objects of type DSV in ION File Connector and IMS Connector. DSV stands for Delimiter-Separated Values.
When you register a DSV object schema in the Data Catalog, it is assigned a subtype. Based on the separator value that is provided in the schema, one of these subtypes is assigned:
- CSV: Comma-separated values
- TSV: Tab-separated values
- PSV: Pipe-separated values
- Other
A custom object of type DSV is defined by its name and a schema file.
An object name may contain these characters:
- Letters A-Z or a-z
- Numbers 0-9
- Underscore (_)
- Hyphen (-)
- Period (.)