<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">outHandler.write("FarmID\tAddress\tStreetNum\tStreetName\tSufType\tDir\tCity\tProvince\tPostalCode")<br>
<br></blockquote><div>...</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
FarmID  Address<br>
1       1067 Niagara Stone Rd, Niagara-On-The-Lake, ON L0S 1J0<br>
2       4260 Mountainview Rd, Lincoln, ON L0R 1B2<br>
3       25 Hunter Rd, Grimsby, ON L3M 4A3<br>
4       1091 Hutchinson Rd, Haldimand, ON N0A 1K0<br><br></blockquote><div> </div></div>You are wanting to produce tab-separated output, with an "Address" field plus the Address split into fields for Street Number, Street Name, Suffix Type, Direction?</div>
<div class="gmail_extra"><br></div><div class="gmail_extra">The four lines you have pasted are examples of your input?  If yes, "Direction" is a single letter?</div></div>