While trying to generate XML from non-XML in MFL Format Tester for a fixed length file, it is giving ErrorMessage - Data mismatch exception. Not sure why it is throwing this error when the example non-xml data is generated using tester itself.
The exception thrown is -
<MFLException>
<ErrorMessage>Data mismatch exception.</ErrorMessage>
<Details>
<Detail>
<Name>ErrorCode</Name>
<Value>-1</Value>
</Detail>
<Detail>
<Name>DataOffset</Name>
<Value>2634</Value>
</Detail>
<Detail>
<Name>NodeName</Name>
<Value>RecordType</Value>
</Detail>
<Detail>
<Name>FullyQualifiedName</Name>
<Value>File.Country.Type</Value>
</Detail>
<Detail>
<Name>Reason</Name>
<Value>File not found</Value>
</Detail>
</Details>
</MFLException>
The file delimiter is mentioned along0with the group name Country and Type is first child field of type String.
Referred to this ticket but the solution wasn't made available - MFL Exception while parsing fixed length file
Any help will be appreciated.