agile plm fileload special characters
Hello
I am trying to import an attachment to a Manufactuer Part of number is "123&456A", using Fileload utility, with following string:
MFR_PART,123&456A,MANUFACTURER1,/mnt/sharedfolder/attach/spec.pdf,FILE,test fileload
Unfortunately the record is discarded with error:
Row #1:MFR_PART,123&456A,MANUFACTURER1,/mnt/sharedfolder/attach/spec.pdf,FILE,test fileload
Number of fields provided is less than the minimum required.
It is like the ampersand is treaded badly. I have other cases of Manufactuer Parts without special characters in the number, for which Fileload works correctly.
Is it possible to escape the ampersand or are there any other workaround?