You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi David,
Your examples shows FileMaker Server Data API.
Can I also use python-fmrest to directly access a local Filemaker database(.fmp12) without Server Connection?
I want to extract some fields from a existing database to save in a CSV format.
Thanks
The text was updated successfully, but these errors were encountered:
Unfortunately, getting the data out of a .fmp12 file without any FileMaker client or server software is a bit tricky since it's not a publicly documented file format. I thought about digging deeper into the fmp12 file structure in the past, but haven't gotten around to it so far.
Hi David,
Your examples shows FileMaker Server Data API.
Can I also use python-fmrest to directly access a local Filemaker database(.fmp12) without Server Connection?
I want to extract some fields from a existing database to save in a CSV format.
Thanks
The text was updated successfully, but these errors were encountered: