Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: CM/CQB-2013.03
-
Component/s: CUBRID Manager, CUBRID Query Browser
-
Labels:
Description
This issue is when the user do importing some data from the import wizard by using csv file.
The carrage return/newline characters are not added after used readLine() method.
the line 1 is the original data.
the line 2 is exported and imported data. there is omitted CR.
the line 3 is after fixed of imporing function.