<IMPXML name="fileLineList.xml" insert="true" update="false" 
   lastupdate="false"  filetype="linelist" processtype="fixline">
<INIT>
	String code ="0000";
</INIT>
<IMPORTPATTERN>
	GETTOKEN(NUMBER.'DELIMETER');
</IMPORTPATTERN>
<CONDITION>
	GETTOKEN(1, "") != NULL;
</CONDITION>
<DATA>
<!--<COL type="String" source="r.getStringToken(0,3)">company.code</COL> -->
<!--<COL type="String" source=syscode.get('0')>company.code</COL> -->
<!--<COL type="String" source="4,8" blank="getCode(&quot;sex&quot;)">company.areacode</COL>-->
<COL type="String" source="fs.getStringFL(0,3)" blank="#">company.code</COL>
<COL type="String" source="fs.getStringFL(4,6)" blank="#">company.areacode</COL>
<COL type="String" source="fs.getStringFL(7,10)" blank="0">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>