Hi All,
I am working in java platform. I faced one abnormal issue in the third
party jar which i have given the detailed description here.
I am using CSVReader.jar for writing data to csv file using
"jdbc:relique:csv" connection.
While writing data in to the csv file, the word "IS" is replaced by "AND" .
Say for example the word "issue" is replaced as "andsue". "display" is
replaced as "dandplay".
But this occurs only in a random scenario.
I have found that there was a problem with CSVReader jar. But i am not
sure with that. In that jar they are replacing the words "is" and "and"
with the character "~#~KEYWORD~#~" and the random number say "15" which is
written as "~#~KEYWORD~#~15".
I need a perfect solution to write a csv file using CSVReader.jar without
any replace of characters.
Is there any solution?
Please help me out..
Thanks in Advance.
Regards,
V.Nithya.
--
View this message in context:
http://www.nabble.com/Problem-in-writing-the-data-from-CSVReader.jar-tp14948096p14948096.html
Sent from the CinJUG - Users mailing list archive at Nabble.com.
|