Subject Re: .DBF TO CSV CONVERSION
From Charlie <tm@tc.com>
Date Tue, 21 Nov 2017 08:55:23 -0500
Newsgroups dbase.getting-started

Wow... That was what I was thinking but after reading some things it looked more complicated than that.  I will try that.  Thanks so much!

Tim Ward Wrote:

> On 21/11/2017 04:04, Charlie wrote:
> > Hi... Anyone have a solution for converting select fields from a dbf table to csv?
> >
> > Thanks
> >
> Hi Charlie,
>         In addition to Mervyn's answer a quick and easy method is to use COPY
> TO - eg
>
> copy fields yourfield1,yourfields2,etc to YourCSVFile.csv delimited
>
> regards Tim
>
>