<div dir='auto'><div>Mike, I remember running across something like this with 5.6, but I can't remember exactly what was the solution.  IIRC, it had something to do with not having enough column entries in the file for the first record, or not addressing the highest numbered column in the first import, or something of the sort.</div><div dir="auto"><br></div><div dir="auto">Hope that helps...</div><div dir="auto"><div class="gmail_extra" dir="auto"><br><div class="gmail_quote"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p dir="ltr">Date: Tue, 16 Jul 2019 15:05:09 -0500
<br>
From: "Mike Schwartz \(PC Support & Servies\)" <filepromike@gmail.com>
<br>
To: <filepro-list@lists.celestial.com>
<br>
Subject: Syntax checking issue on an Import Ascii processing table
<br>
Message-ID: <028601d53c11$c5c377d0$514a6770$@gmail.com>
<br>
Content-Type: text/plain; charset="us-ascii"
<br>

<br>
    I have been working on a pretty simple .CSV spreadsheet import example
<br>
for my filePro class tonight and I'm not able to figure out what is wrong
<br>
with it.  The students are running filePro version 5.6.11R4 on a Linux
<br>
server (2.6.32-573.18.1.el6.x86_64 #1).
<br>

<br>
 
<br>

<br>
    When I try to save the code (1st screen), I get a syntax check on line
<br>
26 (2nd screen).   
<br>

<br>
 
<br>

<br>
   I do *not* get a syntax error if I try to examine the first 11 fields of
<br>
the jobcsv file.  IE; "jobcsv(11)="Totals:" passes the syntax check but
<br>
"jobcsv(12)="Totals:" does not pass the syntax check.
<br>

<br>
 
<br>

<br>
     If it makes any difference, the actual test spreadsheet they wanted me
<br>
to show them how to import is  about 100 columns wide with a header row that
<br>
we want to skip past.  It also has a row of "Totals:" on the bottom of the
<br>
sheet that we also do not want to import.  I should be able to skip past
<br>
(not import) the totals line at the bottom by examining the 12th column of
<br>
the spreadsheet to see if the "Totals:" is in column 12.  
<br>

<br>
 
<br>

<br>
Thanks!
<br>

<br>
 
<br>

<br>
Mike
<br>

<br>
 
<br>

<br>

<br>

<br>
 
<br>

<br>

<br>

<br></p></blockquote></div></div></div></div>