I append delim from a csv file with the following data:
"harry","100","50","north","5.75"
"george","200","0","south","10.92"
The database structure is
NAME C 20
NUM1 N 5 0
NUM2 N 5 0
LOCN C 20
COST N 5 2
The code is
use IMPORTED
apped from IMPORT.CSV delim
If I use foxpro 2 this works fine, if I use Clipper5.2d it randomly misses the NUM2 field.
I have tried delim with " delim with , delim with ", etc. but I just can't get it to work in Clipper.
TIA
"harry","100","50","north","5.75"
"george","200","0","south","10.92"
The database structure is
NAME C 20
NUM1 N 5 0
NUM2 N 5 0
LOCN C 20
COST N 5 2
The code is
use IMPORTED
apped from IMPORT.CSV delim
If I use foxpro 2 this works fine, if I use Clipper5.2d it randomly misses the NUM2 field.
I have tried delim with " delim with , delim with ", etc. but I just can't get it to work in Clipper.
TIA