ORG_PLUS.xml 508 Bytes
Newer Older
Thitichaipun Wutthisak committed
1 2 3 4 5 6 7 8 9 10 11 12
<IMPXML name="org_plus.xml" insert="true" update="true" 
lastupdate="false"  filetype="linelist" processtype="freespace" 
table="memployee" group="org_plus">
<INIT>String code ="0000";</INIT>
<IMPORTPATTERN>fs.getToken(NUMBER.'DELIMETER');</IMPORTPATTERN>
<!--CONDITION></CONDITION-->
<DATA  tokendelimeter=",">		
	<COL source="fs.getToken(0,',')">MEMPLOYEE.EMPLOYEEID</COL>
	<COL source="fs.getToken(1,',')">MEMPLOYEE.BOSSID</COL>
	<COL source="&quot;100&quot;">TTIMETEMP.COMPANYID</COL>
	</DATA>
</IMPXML>