evanmiller / fmptools

Convert FileMaker Pro databases to several convenient formats 📂
MIT License
64 stars 10 forks source link
filemaker filemaker-database fmp12 fp3 fp5 fp7

Build Status

FMP Tools

Some tools for reading FileMaker Pro files (fp3, fp5, fp7, and fmp12). See the included HACKING file for technical information on the FileMaker format.

Building from the git source first requires autoconf:

autoreconf -i -f

Building from a release requires the usual:

./configure
make
make install

The tools installed to $PREFIX/bin include:

There is also a C library installed that is used by the above tools, but the API is subject to change.

You might also enjoy fp5dump, although that project does not read the newer fp7 and fmp12 formats.