Hi all,
I need to import a TAB delimited file into a Clipper 5.3 DBF. The file has no field names on the first row and has no " delimiting each field.
The command APPEND FROM xxx DELIMITED WITH CHR(9) does not work as it imports the whole line into the first DBF field including all the TAB characters.
The file has the following structure:
AAA{tab}BBB{tab}CCC{tab}DDD{tab}
AAA{tab}BBB{tab}CCC{tab}DDD{tab}
AAA{tab}BBB{tab}CCC{tab}DDD{tab}
where {tab} is a CHR(9)
Thanks for all the help!
Sérgio Terenas
I need to import a TAB delimited file into a Clipper 5.3 DBF. The file has no field names on the first row and has no " delimiting each field.
The command APPEND FROM xxx DELIMITED WITH CHR(9) does not work as it imports the whole line into the first DBF field including all the TAB characters.
The file has the following structure:
AAA{tab}BBB{tab}CCC{tab}DDD{tab}
AAA{tab}BBB{tab}CCC{tab}DDD{tab}
AAA{tab}BBB{tab}CCC{tab}DDD{tab}
where {tab} is a CHR(9)
Thanks for all the help!
Sérgio Terenas