<li>First select the file to import by clicking on the ellipsis button: <imgsrc="ellipsis.png"align="absmiddle"><br></li>
<li>Select the desired text file from the file dialog</li>
<li>Once the file is selected, the plugin attempts to parse the file using the last used delimiter, in this case |<br><br>
<imgsrc="file_selected.png"><br><br></li>
<li>In this case the delimiter | is not correct for the file. The file is actually tab delimited. Note that the X and Y field drop down boxes do not contain valid field names.</li>
<li>To properly parse the file, change the delimiter to tab using \t (this is a regular expression for the tab character). After changing the delimiter, click <i>Parse</i></li>
<li>The drop down boxes now contain the fields properly parsed:<br><br>
<imgsrc="file_selected2.png"><br><br></li>
<li>Choose the X and Y fields from the drop down boxes and enter a Layer name<br><br>
<imgsrc="file_selected3.png"><br><br></li>
<li>Click <i>Add Layer</i></li>
<li>The layer is added to the map:<br><br><imgsrc="layer_added.png"></li>