TTIMETEMP_GPF.xml 621 Bytes
Newer Older
Thitichaipun Wutthisak committed
1 2 3 4 5 6 7 8 9 10 11 12 13
<IMPXML name="TTIMETEMP_MYHR.xml" insert="true" update="true" lastupdate="false"  filetype="linelist" processtype="freespace">
	<INIT>String code ="0000";</INIT>
	<IMPORTPATTERN>fs.getToken(NUMBER.'DELIMETER');</IMPORTPATTERN>

	<DATA  tokendelimeter="\t">	
		<COL source="fs.getToken(0,'\t')">TTIMETEMP.EMPLOYEEID</COL>
		<COL source="fs.getToken(2,'\t')">TTIMETEMP.SWIPEDATE</COL>
		<COL source="fs.getToken(3,'\t')">TTIMETEMP.SWIPETIME</COL>
		<COL source="100">TTIMETEMP.COMPANYID</COL>
		<COL source="&quot;1&quot;">TTIMETEMP.SOURCE</COL>	
		<COL source="&quot;0&quot;">TTIMETEMP.SWIPETYPE</COL>	
	</DATA>
</IMPXML>