Subject Re: separator for CSV file to be imported into dBase
From Mervyn Bick <invalid@invalid.invalid>
Date Fri, 25 Sep 2020 11:57:01 +0200
Newsgroups dbase.getting-started

On 2020/09/25 10:18, Buzã Vasile wrote:
>
> Hi Jean,
>
> In attachment is a test program for your file.
> let me know  if it is helps

There were errors (line 469 in the .cc and line 58 in the .prg) but
these were Ignored and the .dbf was created in
C:\Users\Mervyn\AppData\Local\Temp.

I changed Fdbf to place the .dbf in a more convenient location.

//Fdbf        = getenv('Temp')+ '\' + 'ExportedDBF'
Fdbf        = 'd:\examples\plus2019\exportdata'+ '\' + 'ExportedDBF'

This worked but the .dbf was left open.

Mervyn.