| 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 null character of data in the CSV file.
Syntax
public void setNullCharacter(
java.lang.String aNullCharacter /* (1) Null character */
) throws CSVException; |
Return ValueNone
Parameters
(1) Null characterSpecify the null character specified for data in the CSV file.
The character string that does not contain a space character (the character that cannot be displayed) can be specified.
Exceptions
CSVExceptionRefer to K.8 Error Codes Posted when XML Conversion Function APIs are Used for error code and error message details.
Note on setNullCharacterIf this method is not used, the default null character is a space character (" ").
Contents
Index
![]()
|