My xsd file while reading the fixed length data, gives error
Summary:
My xsd file is like below, and I want to read the fixed length file (sample data--> 100002U0000000 0000000 U1W)
but oic stage file read operation throws below error
Error occurred while processing activity readEntireFilesf1. Error : Error while reading native data. [Line=1, Col=16] Expected "${eol}" at the specified position in the native data, while trying to read the data for "element with name OFSItem", using "style" as "array" and "cellSeparatedBy" as "${eol}", but not found. Ensure that "${eol}", exists at the specified position in the native data.
What is the issue ?
xsd file
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="
Tagged:
0