Hello,
I will be receiving several files every month that are pipe delimited. I imported a blank foxpro table by the drag and drop method. So far so good.
Then I tried to import the delimited text file with the command:
append from HI_10192015.txt delimited with "|"
also tried:
append from HI_10192015.txt delimited with character "|"
And lastly, just to make sure it will append at all, I tried:
append from HI_10192015.txt delimited
this appended okay but of course it did field correctly.
This is the error I got for the first command that I thought would work correctly:
**** Lianja error ****
append from HI_POLS_10192015.txt delimited with "|"
^
Syntax error in command
Seems like it does not like the pipe as a delimiter.
Is it possible to do this append?
Thanks,
Steve
Bookmarks