Subject Re: .DBF TO CSV CONVERSION
From Tim Ward <tim@goldengrovenurserydotcodotuk>
Date Tue, 21 Nov 2017 07:42:12 +0000
Newsgroups dbase.getting-started

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