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 |
This method specifies whether the record in the first row of data in a CSV file should be interpreted as the column name.
public void setFirstRecordToColumn( boolean aFlag /* (1) Recognize as column name */ ) |
None
Specifies 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.
None
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
![]() ![]() |