Hi,
I am facing one problem when trying to convert a document to string using pub.flatFile:convertToString. The document is converted to string, and first three characters of the first field are missing in the result string,
I am using the same flatfile schema defined for convertToValues. convertToValues is working fine. When i tried the result DT of convertToValues to String first three characters of the first field are missing.
Ex: i need result in this way
FH,ORFGH5,333,RBA,26000
TR,Alexts,flexfair,1000
result i am getting is
FHFGH5,333,RBA,26000
TRexts,flexfair,1000
please help me.
Regards,
Jags