'how to read .FIC .NDX file with Python

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



Solution 1:[1]

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.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1