11/8/2011
Step-by-step instructions on how to use Microsoft Access to extract the tables from the Follett ILS to files that can imported into Koha.
Prepared by Vicki Perrie
Superior Public Library
After your ODBC driver is all set up.
Create folder at root directory called “Dump”, this is on the C drive.
To create folder on server 2003
go to start-accessories- windows explorer-my computer-drive C.
Then on right hand side right click and bring down drop down menu.
Click on “NEW” and create a new folder called “Dump”.
Windows 7
start- computer – drive c
Then on right hand side right click and bring down drop down menu.
Click on “NEW” and create a new folder called “Dump”.
Extracting records
Step 1
(Bib records)
Open up cataloging in Follett.
Go to File – click on export
Click on Holdings Format
Click on “no range” and “all records”
In “Save In” change file name to” DUMP”
File name should read MICROLIF.(your extention , such as .001)_ (library code).txt
example MICROLIF.001_sup.txt
Step 2
Getting Records from your database to Access. These are the text files.
- Open Access and the right side click on “Blank Database” – click create. From this new screen you don’t need to pick a table just leave this screen up and go on.
- Go to File – “Get External Data”-“ Import”.
- On File Type at bottom – go to “ODBC Databases”.
- Pick to highlight “Follett ODBC driver” – ok.
- Click on file name – ok.
This will put your files in the Access database you created.
Step 3
Getting records from Access to your Dump file.
- Open your database in Access so you can see your file names.
- Right click on file name- drop down menu click on “export”.
- In Save type at bottom select “text files”.
- Name of your file should come up. File name that you want is “File Name_(library code).txt”. – click “Export”.
- Make sure “Delimited” button is selected –click next.
- Select Tab button and Check box that says “Include field name on First Row” – click next
- Finish.
Go on to next file until all are done.
Step 4
Getting records to PTFS/LibLime.
- Open command prompt. (Win 7 it is under “Accessories”).
- Type in cmd – enter
- At prompt cd(space)\
- cd(space)dump
- dump> type dir
- Type ftp(space)ftp.liblime.com. – enter
- Type” pioneer” – enter
- 2 atadapraBRa – enter
- cd(space)(library Name)
- dir (this shows you what Koha has in your folder)
- Type “bin” – enter
- Type “HA” – enter
- Type “put(space)filename_(library code).txt -enter. Do this for all of your files. (page up to your dump directory for your file names)
- When you are finished type “Quit” or “Bye” Close window.