| 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 sets the delimiter character of data in the CSV file.
Syntax
public void setDelimiter(
char aDelimiter /* (1) Delimiter character */
) throws CSVException; |
Return ValueNone
Parameters
(1) Delimiter characterSpecify the delimiter character specified for data in the CSV file.
A comma (,), a tab (\t) and an empty space ( ) can be specified.
Exceptions
CSVExceptionThis is output if one of the following characters is set as the delimiter character:
Refer to K.8 Error Codes Posted when XML Conversion Function APIs are Used for error code and error message details.
Note on setDelimiterIf this method is not used, default delimiter character is a comma.
Contents
Index
![]()
|