Hi,
Background- I am working on a Proxy to File scenario. The file content conversion is based on fixed length fields. This interface is applicable to different market regions and there are slight field structure variations between markets. I have created all the fields in the structure, thinking i can disable the fields in the different mappings for different market regions. So, when i am not mapping an optional field, the node doesn't get created, but according to the File Content Conversion parameters wherein i have given Record.fieldFixedLengths, fixed length gets picked up by the next field which may cause a communication channel error.
Issue Facing- I need the optional fields to be ignored in FCC if the there is no value mapped to it. And if there is value which is coming to the optional field, the FCC should consider that field. Is there any FCC parameter which i can use to mitigate this problem? Or do i need to create totally different interfaces? Has anyone faced similar issues?
Thanks in advance for the replies. Please let me know if anything is unclear or more information is needed.