Features:
- Read local DBF files for number of days from the specified directory.
- Store data in SQL lite db.
- If the data is stored for the day, the same will not be stored again.
- You do not need to create tables, the application will create table based on the specified files in the sttings.
Dependencies:
- Need to install Foxpro driver. You can download the driver from https://www.microsoft.com/en-in/download/details.aspx?id=14839
- Need visual C# (preferably visual studio 2017 - any edition will work)
How to run the file:
- Download the code and open the solution (.sln) in visual studio. Check setting file in solution explorer.
- Check if the specified folder exists on not (folder to read as YYYYMMDD pattern)
That's it! Enjoy