how to read .FIC .NDX file with Python

659 Views Asked by At

I want to read a .fic file and extract data using python, this file is created by old version windev is any solution exist ? I found these files in the database of windew

1

There are 1 best solutions below

1
On

If it's a one time job for data extraction you can easily convert it to excel format than read it with python. Otherwise, using python you can call a windev exe that does the conversion job.