<IMPXML name="fileLineStripFL.xml" insert="true" update="false" 
   lastupdate="false" filetype="linestrip" processtype="fixspace">
<INIT>
	String code ="0000";
</INIT>
<IMPORTPATTERN>
	GETTOKEN(NUMBER.'DELIMETER');
</IMPORTPATTERN>
<ROW_CONDITION>
	company.code != null
</ROW_CONDITION>
<DATA size="79">
<COL type="String" source="fs.getStringFL(0,3)" blank="N">company.code</COL>
<COL type="String" source="fs.getStringFL(4,6)" blank="N">company.areacode</COL>
<COL type="String" source="fs.getStringFL(7,10)" blank="N">employee.code</COL>
<COL type="String" source="fs.getStringFL(11,25)" blank="#">employee.name</COL>
<COL type="String" source="fs.getStringFL(26,48)" blank="*">employee.address</COL>
<COL type="String" source="fs.getStringFL(49,68)" blank="N">employee.tel</COL>
<COL type="Double" source="fs.getStringFL(69,78)" blank="N">employee.salary</COL>
</DATA>
</IMPXML>