<br><br>
<div><span class="gmail_quote">On 10/24/07, <b class="gmail_sendername">Walter Vaughan</b> &lt;<a href="mailto:wvaughan@steelerubber.com">wvaughan@steelerubber.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Kenneth Brody wrote:<br><br>&gt; Quoting <a href="mailto:scooter6@gmail.com">scooter6@gmail.com</a> (Tue, 23 Oct 2007 22:10:27 -0400):
<br>&gt;&gt;I am familiar with using export for ascii and other files -- I predominantly<br>&gt;&gt;use it to create comma delim files.<br>&gt;&gt;How would you create a tab delimitted file?&nbsp;&nbsp;I know it&#39;s with the delimiter
<br>&gt;&gt;flag but do you use the ascii code for a tab instead of<br>&gt;&gt;what I normally put as a &#39;,&#39; ??<br>&gt; f=\t<br><br>Here&#39;s the fundamental problem (unless it&#39;s been fixed since 5.0-ODBC)...<br>
<br>&nbsp;&nbsp;EXPORT ASCII alias = name R=n F=m O=y C=z<br><br>&nbsp;&nbsp;&nbsp;&nbsp; Example:&nbsp;&nbsp;&nbsp;&nbsp;Export word-processing files, where &quot;R&quot; is record<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; indicator, &quot;F&quot; is field separator, &quot;O&quot; is opening
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; field delimiter, &quot;C&quot; is closing delimiter.<br><br>It didn&#39;t go on to exlain what the possible values are for &quot;nmyz&quot;<br><br>Any modern IDE with command completion would have that.
<br><br>So even if someone who was going to be a smart alec (like I was) and were to<br>say, &quot;Put your cursor on a &quot;Then&quot; line and hit F10, then F9, and type EXPORT&quot;<br><br>But it really doesn&#39;t tell you, and whats worse is below is this
<br><br>Syntax<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; EXPORT WORD&nbsp;&nbsp;assign = filename<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; EXPORT ASCII assign = /pathname r=N f=,<br><br>Which I belive would put &quot;N&quot;&#39;s between the records for the bottom example. I<br>havent tested it but kosher would be EXPORT ASCII assign = /pathname r=\n f=,
<br><br>Stuff like this is what makes the 20 somethings I show filePro laugh at me for<br>clinging to my old fashioned ways.<br><br>--<br>Walter<br>...who has no clue as to why he wrote this message.</blockquote>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>FWIW - I did look at the help in processing for the proper way to create what I wanted but the</div>
<div>help for export is pretty limited in that it doesn&#39;t tell you much other than how to use a comma as a delimiter -- what if you wanted to use a pipe or some other character (which oddly enough I have gotten requests for from other databases I work with, etc)
</div>
<div>Thanks again</div>
<div>&nbsp;</div>
<div>Scott</div><br>&nbsp;</div>