| Author |
Insert and retrieve new line character in DB2
|
Mahesh Srinivas
Greenhorn
Joined: Nov 22, 2008
Posts: 6
|
|
Hi,
I have a requirement in my project where I need to generate flat files to be sent to the bank for validation and for each record type in the flat file, I want to have a line separator inserted in the file. Now, the line seperator is configurable as a system option as per customers needs which is stored in the database (we are using DB2). Even though, I inserted '\n' (New line character) in the system option as a line separator, while retrieving from database through JDBC and appending to the flat file, it is not recognizing it as a new line character and simply appends '\n\ in the flat file.
Please suggest any solution for this.
|
 |
 |
|
|
subject: Insert and retrieve new line character in DB2
|
|
|