FlatFile convertToString result with document name

Hi,

I’m using Integration server 10.15 and WmFlatFile version FlatFile_10.7_Fix13.

I’m using pub.flatFile:convertToString with variable length and string result include document name, look like this:
DocumentnameValue2Value3DocumentnameValue2Value3DocumentnameValue2Value3

I want the following result as follow:
Value1Value2Value3Value1Value2Value3Value1Value2Value3

How to remove document name in front of string?

Hi @Suwardi_Suaib ,

Can you share a Screenshot of the Source IS Document and Mapping being done to service input documentffvalues at the step pub.flatFile:convertToString

Hi @Kailash_Mishra,

I send capture document, flatfile and flow.

Thanks

Okay. Can you share the Mapping of the Pipeline at the step

This my flow service

Hi,

Check below thread and see if it helps

Thanks @Kailash_Mishra,

Working after setting recordIdentifierCheck=true.
But I still have an issue, there is a character in the front row

1 Like

I belief that Box Symbol is either already in your data in IS Document or it is combination of characters which is not being properly represented by the current/default Encoding UTF-8

So either try copy pasting your data in Notepad or Notepadd++ to see if any extra character appears in the Text Editor . If nothing is found via Text Editor then try to use different values like ISO-8859-1 or ISO-8859-2 or ISO-8859-6 for the Encoding Input of the service convertToString and see if any change in the generated string output

Are you sure the flat file you are generating is in correct format? You don’t have separator characters defined and you are using variable length. Without separators defined properly, it will have the full names in the flat file.