Properties' Summary |
boolean
HeaderLine |
[ OPTIONAL ]
true when the file contains a header line otherwise false
|
string
FieldDelimiter |
[ OPTIONAL ]
A one character delimiter to separate the fields.
|
string
StringDelimiter |
[ OPTIONAL ]
A one character delimiter to separate the strings.
|
string
DecimalDelimiter |
[ OPTIONAL ]
A one character delimiter to separate the decimal.
|
string
ThousandDelimiter |
[ OPTIONAL ]
A one character delimiter to separate the thousands.
|
string
Extension |
the extension of the files to be used.
|
Properties' Details |
HeaderLine
boolean HeaderLine;
- Usage Restrictions
- optional
- Description
- true when the file contains a header line otherwise false
|
|
FieldDelimiter
string FieldDelimiter;
- Usage Restrictions
- optional
- Description
- A one character delimiter to separate the fields.
|
|
StringDelimiter
string StringDelimiter;
- Usage Restrictions
- optional
- Description
- A one character delimiter to separate the strings.
|
|
DecimalDelimiter
string DecimalDelimiter;
- Usage Restrictions
- optional
- Description
- A one character delimiter to separate the decimal.
|
|
ThousandDelimiter
string ThousandDelimiter;
- Usage Restrictions
- optional
- Description
- A one character delimiter to separate the thousands.
|
|
Extension
string Extension;
- Description
- the extension of the files to be used.
|
|
Top of Page
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.