Hi guys... it's very strange, I'm parsing an ORDERS file, using the EDIReceiver pipe, and I get:
Error: 1 (Field level error)
SegmentID: FTX
Position in TS: 5
Data Element ID: C10801
Position in Segment: 5
Position in Field: 1
Data Value: HSNC096QMA0 AMBBSEE 1 220-240V 50HZ EXPORT MODEL SCOTH & ENG
21: Invalid character found
The complete line is:
FTX+AAA+++HSNC096QMA0 AMBBSEE 1 220-240V 50HZ EXPORT MODEL SCOTH & ENG+EN'
So it's very obvious , if I remove the " & ", it works perfectly.
What would be the solution in order to biztalk process the file correctly without the replace and including the & char I double checked the characterencoding of the pipeline and it's UTF8 . It's a very basic thing. I get it also with others , for instance : ****** .
Any help would be greatly appreciated.
Victor