The Error that shows is :
Conversion of file content to XML failed at position 0: java.lang.Exception: ERROR consistency check in recordset structure validation (line no. 6: missing structure(s) before type 'headerData'
What could be the possible reason for this error? It is urgent and poits to be rewarded. Thanks in advance.
My structure is like the one below :
<HEADER>
<.Field1..>
< Field2 >
....
</HEADER>
<headerData>
<fields>
....
</headerData>
<itemData>
<fields>
....
</itemData>
<textData>
<fields>
...
</textData>
<Footer>
<fields>
.....
</Footer>
I think the problem is in FCC Parameters.
Can you please post the complete content conversion parameters??
Add a comment