<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>p2p.wrox.com Forums - WinForms/Console Application Design</title>
		<link>http://p2p.wrox.com</link>
		<description />
		<language>en</language>
		<lastBuildDate>Sat, 21 Nov 2009 23:29:35 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://p2p.wrox.com/images/misc/rss.jpg</url>
			<title>p2p.wrox.com Forums - WinForms/Console Application Design</title>
			<link>http://p2p.wrox.com</link>
		</image>
		<item>
			<title>Import .csv file and process</title>
			<link>http://p2p.wrox.com/winforms-console-application-design/76723-import-csv-file-process.html</link>
			<pubDate>Fri, 23 Oct 2009 12:31:36 GMT</pubDate>
			<description>I need to write a windows app (vb 2005) that does following:
1. Imports a .csv file 
2. Selects certain rows from the .csv file
3. Splits the .csv...</description>
			<content:encoded><![CDATA[<div>I need to write a windows app (<acronym title="vBulletin">vb</acronym> 2005) that does following:<br />
1. Imports a .csv file <br />
2. Selects certain rows from the .csv file<br />
3. Splits the .csv file into fields based on delimiter<br />
4. Populate a db2/400 table with only some of the fields.<br />
 <br />
Example of rows:<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left"> <br />
<font size="1">061000104,6607607911512,Pavex Corporation,20091005,100,33824.59,,,Total Credits</font><br />
<font size="1">061000104,6607607911512,Pavex Corporation,20091005,400,33824.59,,,Total Debits</font><br />
<font size="1">061000104,6607607911512,Pavex Corporation,20091005,478,33824.59,,,Total Cpr Paid Checks</font><br />
<font size="1">061000104,6607607911512,Pavex Corporation,20091005,275,33824.59,ZBC0627008000093, ,ZBA Credit</font><br />
<font size="1">061000104,6607607911512,Pavex Corporation,20091005,472,33824.59,SUDR000000000000, ,Debit For List Post Summary</font><br />
<font size="1">061000104,6607607911512,Pavex Corporation,20091005,479,19935.00,CPRP0097280285I,53544,CPR Paid Check</font><br />
<font size="1">061000104,6607607911512,Pavex Corporation,20091005,479,37.83,CPRP0095037189I,53550,CPR Paid Check</font><br />
<font size="1">061000104,6607607911512,Pavex Corporation,20091005,479,575.00,CPRP0096056850I,53561,CPR Paid Check</font></code><hr />
</div>Need to select only rows with &quot;Paid Check&quot;. Field3, field4, field5, field6 and field7 only will be inserted into the db2/400 table.<br />
Does anyone have code sample I could use? Thank you.</div>

]]></content:encoded>
			<category domain="http://p2p.wrox.com/winforms-console-application-design-350/">WinForms/Console Application Design</category>
			<dc:creator>snufse</dc:creator>
			<guid isPermaLink="true">http://p2p.wrox.com/winforms-console-application-design/76723-import-csv-file-process.html</guid>
		</item>
	</channel>
</rss>
