DelimiterInfo
Properties
Name | Description | Type |
---|---|---|
qName | Name of the delimiter. Example: "Tab_DELIMITER" |
String |
qScriptCode | Representation of the delimiter value that is used in the script. Example: "'\t'" |
String |
qNumber | Delimiter character number used by the engine to determine how to separate the values. |
Integer |
qIsMultiple | Is set to true if multiple spaces are used to separate the values. |
Boolean |