Field separator constants (EIFieldSeparator)
EIFieldSeparator specifies the field separator of a TransactionDescription object.
Constant |
Value |
Meaning |
---|---|---|
eiCustomSeparator |
-1 |
Transfer file output is separated by a user-defined character. |
eiNoSeparation |
0 |
Transfer file output is not separated by any characters. |
eiTabSeparator |
1 |
Transfer file output is separated by tabs. |
eiCommaSeparator |
2 |
Transfer file output is separated by commas. |