fbizzell
Programmer
- Jul 3, 2000
- 217
Does anyone know of a way to convert a tab-delimited TXT file to a comma delimited file within a Clipper application. I can easily import a comma delimited file into a DBF file but doing that with a tab-delimited file is quite a different story. I know that it can be done but would require a lot of code. So I thought if I could get the file into a comma delimited format I can issue:
use myfile
append from mytext.txt delimited
use myfile
append from mytext.txt delimited