Interstage Shunsaku Data Manager Application Development Guide - Microsoft(R) Windows(R) 2000/ Microsoft(R) Windows Server(TM) 2003 - - UNIX -
Contents Index PreviousNext

Appendix K XML Conversion Function APIs> K.2 CSVSource Class

K.2.6 setFirstRecordToColumn

mark1Function

This method specifies whether the record in the first row of data in a CSV file should be interpreted as the column name.

mark1Syntax

public void setFirstRecordToColumn(
    boolean   aFlag                    /* (1) Recognize as column name  */
)

mark1Return Value

None

mark1Parameters

mark2(1) Recognize as column name

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.

mark1Exceptions

None

mark1Note 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 PreviousNext

All Rights Reserved, Copyright(C) FUJITSU LIMITED 2006