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.
I believe your schema is csv defined right??
In your FFSchema (nth field definition) the first field is set to 1?? when the same schema working in convertToValues it should work convertToString also…In the converttostring service did you set the input “noEmptyTrailingFields” to false??