Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To acquire the CSV file from MS access we first converted the .mdb database into SQLite. Once we had access to the .sqlite3 file we created a python script to access it and , execute SQL statements, and generate a CSV file from the resulting table. 

...