Want to create file in same format

Can i write my file from one file to anoher fle as it is means …it should also have double quotes also…

example:-
“a”, “B”,“c”

but when i use write it removes double quotes…

out put gives…
a,B,c

but we need as it is

“a”, “B”,“c”

Thanks,
Hanuman

hi,

Can anybody help me in this issue…it is very critical for me…

Thanks,

you have to set attribute “quotedStrings” to false on DataReader.

Hi,

I used datareader componenet…but there is no method to set '“quotedStrings”

my code:-
DataReader parentDBReader=new DataReader(“parentReader”, parentFileName);
parentDBReader.setSkipFirstLine(false);

So please help me…

Thanks,
Hanuman

Please update me for the same…

thnx,

Hi,
there really wasn’t public setters for it - only possible way was to set it by xml graph definition.
I’ve fixed the bug; correct version is available in repository:
svn+ssh://user@svn.berlios.de/svnroot/r … .component

Hi,

I am not able to get that whcih jar should i update…i think cloveretl.component.jar should be updated…but when i downloaded saxon8.zar there is no jar cloveretl.component.jar…

so please suggest me what should i do?

thanks,
Hanuman

HI,
I THINK saxon8.zarJAR IS FOR xmL
THNKS,

Hi,

I got th zar but there is no any methond //childDBReader.setQuotedStrings(true);

in the DataReader…so please help me how can i get correct zar…

Thanks,
Hanuman

Hi,

Can any boy help me in this issue. When i cahnge include cloveretl.2.5.jar then it6 is not suppoting other functions …so please help me that which jar should i use to get the functinality of the “quotedstring” in the DataReader…

Thanks,
hanuman

I got the classes from SVN and compiled on the local but it is giving errors…

Ant is not working…
So please give me th esolution to get functionality og quotedString in the DataReader…

Thanks,
Hanuman