<?xml version="1.0" encoding="UTF-8"?>
<CSV file="d:\temp\import.csv" fileType="CSV" separator="," type="Structure">
	<CSV type="RecordDescriptor">
		<ONE fieldType="Integer" format="10" length="10"/>
		<TWO fieldType="String" format="6" length="6"/>
	</CSV>
	<Record>
		<ONE type="String">1234567890</ONE>
		<TWO type="String">abcdef</TWO>
	</Record>
	<Record>
		<TWO type="String">abcdef</TWO>
	</Record>
	<Record>
		<ONE type="String">1234567890</ONE>
	</Record>
	<Record/>
	<Record>
		<ONE type="String">0987654321</ONE>
		<TWO type="String">xyzwyc</TWO>
	</Record>
	<Record>
		<ONE type="String">0987654321dddd</ONE>
		<TWO type="String">xyzwyc999999</TWO>
	</Record>
	<Record>
		<ONE type="String">0987</ONE>
		<TWO type="String">xy</TWO>
	</Record>
	
</CSV>