Hi Gurus,
I am working on a FILE to IDOC scenario, and I have a file with this structure:
123xxxxxxxx 456xxxxxxxx 789xxxxxxxx
Where 123, 456 and 789 are the key field values that I use to identify each line.
I have done all the File Content Convertion configuration, but when I try to use the "keyFieldValue" parameter with more than 1 character, the adapter is getting the file as empty.
For example, if I use the key as:
field1.keyFieldValue 1
field2.keyFieldValue 2
field3.keyFieldValue 3
then it works successful, but if I use
field1.keyFieldValue 123
field2.keyFieldValue 456
field3.keyFieldValue 789
then I got this error in the adapter: "Empty document found - proceed without sending message"
Is there any way where I can process this file regarding the first 3 characters?