I haven't actually used this package, but I've checked it out before. You
haven't really provided that much detail, i.e. a code snippet or anything, so I
can only guess at how you are attempting to use it.
But since you have quoted strings below, I am wondering whether you have an
issue with escaping. If you check the docs, you will see that there are
designated escape characters for quoted strings. My guess is that if you don't
use them your mileage will vary.
And in any case, the source is available for this, so it would probably be
relatively quick to just attach the source, fire up the debugger and actually
see what is happening. If you get that far, and still can't figure out what is
going on you would probably want to post a fairly comprehensive synopsis of
what is going on.
Greg Nieman
---- nithyavembu <nithyavembu@xxxxxxxxxxx> wrote:
>
> 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.
>
>
> ---------
> You may unsubscribe from this mailing list
> by sending a blank email addressed to:
> users-unsubscribe@xxxxxxxxxx
>
> --
> Find additional help by sending a blank email
> addressed to:
> users-help@xxxxxxxxxx
>
|