| Interstage Shunsaku Data Manager Application Development Guide - Microsoft(R) Windows(R) 2000/ Microsoft(R) Windows Server(TM) 2003 - - UNIX - |
Contents
Index
![]()
|
| Appendix K XML Conversion Function APIs | > K.2 CSVSource Class |
FunctionThis method specifies whether the record in the first row of data in a CSV file should be interpreted as the column name.
Syntax
public void setFirstRecordToColumn(
boolean aFlag /* (1) Recognize as column name */
) |
Return ValueNone
Parameters
(1) Recognize as column nameSpecifies whether to recognize the record in the first row of data stored in a CSV file as the column name.
true - to interpret as the column name
false - will not be interpreted as the column name.
ExceptionsNone
Note on setFirstRecordToColumn
If this method is not used, the record in the first row of data in a CSV file will not be interpreted as the column name.


If this method is not used, the record in the first row of data in a CSV file will not be interpreted as the column name. Also, a character string specified with setNullCharacter() of the CSVSource class cannot be used as a row name.
Contents
Index
![]()
|