<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
<!DOCTYPE control [
<!ELEMENT control (field+)>
	<!ELEMENT field (#PCDATA)>

	<!ATTLIST control 
	etltool_name CDATA #REQUIRED
	etltool_directory CDATA #REQUIRED
	etltool_date_format CDATA #REQUIRED
	first_line_to_read CDATA #REQUIRED
	last_file_read CDATA #REQUIRED
	last_line_read CDATA #REQUIRED
	script_creation_mode CDATA #IMPLIED>

	<!ATTLIST field 
	name CDATA #REQUIRED
	use CDATA #REQUIRED
	operator CDATA #REQUIRED
	operand CDATA #REQUIRED>
]>
<control etltool_name="biginputfile" etltool_directory="C:\biginputfile" etltool_date_format="yyyy/MM/dd" first_line_to_read="1" last_file_read="biginputfile.txt" last_line_read="0" script_creation_mode="none-">
   <field name="id" use="yes" operator="multiply" operand="7"/>
   <field name="name" use="no" operator="none" operand="none"/>
   <field name="firstname" use="yes" operator="part" operand="field2. .field3"/>
   <field name="zip" use="no" operator="none" operand="none"/>
   <field name="city" use="no" operator="none" operand="none"/>
   <field name="birth" use="date" operator="none" operand="none"/>
   <field name="street" use="no" operator="none" operand="none"/>
   <field name="addr" use="yes" operator="part" operand="field8. .uppercase(field7)"/>
   <field name="stateCode" use="no" operator="none" operand="none"/>
   <field name="state" use="entity" operator="none" operand="none"/>
</control>
