field_delimiter in Table_​Delimited

Name: field_delimiterVersion 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: pdsSteward: pdsClass Name: Table_​DelimitedType: ASCII_​Short_​String_​Collapsed
Minimum Value: NoneMaximum Value: NoneMinimum Characters: 1Maximum Characters: 255
Unit of Measure Type: NoneDefault Unit Id: NoneAttribute Concept: DelimiterConceptual Domain: Short_String
Status: ActiveNillable: falsePattern: None
Permissible Value(s)ValueValue Meaning
 CommaFields in the delimited table are delimited by a single ASCII comma character (0x2C)
 Horizontal TabFields in the delimited table are delimited by a single ASCII horizontal tab character (0x09)
 SemicolonFields in the delimited table are delimited by a single ASCII semicolon character (0x3B)
 Vertical BarFields 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)