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.4 setQuote

mark1Function

This method sets the quotation mark character of data in the CSV file.

mark1Syntax

public void setQuote(
    char   aQuote                     /* (1) Quotation mark character   */
) throws CSVException;

mark1Return Value

None

mark1Parameters

mark2(1) Quotation mark character

Specify the quotation mark character specified for data in the CSV file.

The single quote (\') and the double quotes (\") can be specified.

mark1Exceptions

mark2CSVException

Refer to K.8 Error Codes Posted when XML Conversion Function APIs are Used for error code and error message details.

mark1Note on setQuote

If this method is not used, no quotation mark character will be set.


Contents Index PreviousNext

All Rights Reserved, Copyright(C) FUJITSU LIMITED 2006