Skip to content

Converts the Microfiche ASCII file provided by the WDFI to a mySQL database format.

Notifications You must be signed in to change notification settings

jfm-so/WDFI-Data-Export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

WDFI-Data-Export

Wisconsin Department of Financial Instution data exports are delivered in a Microfiche fixed-length ASCII file that can not be read by any database program.

The Pascal script is intended to convert this archaic file into a mySQL database.

The following variables in source.pas need to be updated before running.

  • unicon1.Server := '';
  • unicon1.Database := '';
  • unicon1.Username := '';
  • unicon1.Password := '';

Any questions, please reach out to FitTech Hosting lead services at (833) FIT-TECH x1 or hello@fth.ai

About

Converts the Microfiche ASCII file provided by the WDFI to a mySQL database format.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages