Subject Re: separator for CSV file to be imported into dBase
From Buză Vasile <hsctm@rdslink.ro>
Date Fri, 25 Sep 2020 14:23:07 +0300
Newsgroups dbase.getting-started



"Mervyn Bick"  a scris în mesaj news:lPIX4IykWHA.3264@ip-AC1E04A7...

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

In first step is created Fxlsx (excel file):

Fxlsx    = getenv('Temp')+ '\' + 'ExportedXls.xlsx'

requires the installation of MS AccessRunTime 2016,
https://www.microsoft.com/en-us/download/details.aspx?id=50040

>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.

Intentionally left open, for browsing, list structure, ...
from the command panel.
TestED.prg is intended for testing.


Vasile