Hello.
I was wondering if someone could help me.
I am trying to append a txt file to an existing table, but cannot get the data to append correctly. My client uses the | character (above the Enter key) as the data delimiter. I have tried and tried to get this to work.
Here's the code I'm using:
USE TEST EXCL
ZAP
APPEND FROM ( mFILENAME ) DELI WITH '|'
Where mFilename is a variable containing a path I'm feeding it.
Has anyone else had any experience working with files delimited by this character?
Any help is welcomed.
Thanks.
I was wondering if someone could help me.
I am trying to append a txt file to an existing table, but cannot get the data to append correctly. My client uses the | character (above the Enter key) as the data delimiter. I have tried and tried to get this to work.
Here's the code I'm using:
USE TEST EXCL
ZAP
APPEND FROM ( mFILENAME ) DELI WITH '|'
Where mFilename is a variable containing a path I'm feeding it.
Has anyone else had any experience working with files delimited by this character?
Any help is welcomed.
Thanks.