Name: field_delimiter | Version Id: 1.0.0.0 | ||
---|---|---|---|
Description: The field_delimiter attribute provides the character that marks the boundary between two fields in a delimited table. | |||
Namespace Id: pds | Steward: pds | Class Name: Table_Delimited | Type: ASCII_Short_String_Collapsed |
Minimum Value: None | Maximum Value: None | Minimum Characters: 1 | Maximum Characters: 255 |
Unit of Measure Type: None | Default Unit Id: None | Attribute Concept: Delimiter | Conceptual Domain: Short_String |
Status: Active | Nillable: false | Pattern: None | |
Permissible Value(s) | Value | Value Meaning | |
Comma | Fields in the delimited table are delimited by a single ASCII comma character (0x2C) | ||
Horizontal Tab | Fields in the delimited table are delimited by a single ASCII horizontal tab character (0x09) | ||
Semicolon | Fields in the delimited table are delimited by a single ASCII semicolon character (0x3B) | ||
Vertical Bar | Fields in the delimited table are delimited by a single ASCII vertical bar character (0x7C) | ||
comma - *Deprecated* | Fields in the delimited table are delimited by ASCII commas (0x2C) | ||
horizontal tab - *Deprecated* | Fields in the delimited table are delimited by horizontal tab characters (0x09) | ||
semicolon - *Deprecated* | Fields in the delimited table are delimited by ASCII semicolons (0x3B) | ||
vertical bar - *Deprecated* | Fields in the delimited table are delimited by ASCII vertical bar characters ('|' - 0x7C) |