SitesMasstec
Programmer
Dear colleagues:
I have a CUSTOMER.TXT file like this one (but with more data):
"500002907113016","890003964225679","650003964225674","767003268777832",...
I wish to populate a empty table with records.
I opened the table (CUSTOMER.DBF, with just one field named Account, type Character, size 15) and execute the command:
APPEND FROM CUSTOMER.TXT TYPE DELIMITED WITH CHARACTER , WITH "
but only the first record was created (record 1: 500002907113016)
How to generate the other records?
Thanks,
SitesMasstec
I have a CUSTOMER.TXT file like this one (but with more data):
"500002907113016","890003964225679","650003964225674","767003268777832",...
I wish to populate a empty table with records.
I opened the table (CUSTOMER.DBF, with just one field named Account, type Character, size 15) and execute the command:
APPEND FROM CUSTOMER.TXT TYPE DELIMITED WITH CHARACTER , WITH "
but only the first record was created (record 1: 500002907113016)
How to generate the other records?
Thanks,
SitesMasstec