This repository demonstrates how to integrate JSONata with FileMaker for seamless data processing. Follow the instructions below to set up the project and use the provided FileMaker file to test the integration.
- Node.js and npm installed on your system
- FileMaker Pro installed
- Clone this repository:
git clone https://github.com/WaveBreakDev/JSONAta-Filemaker-Integration.git cd JSONAta-Filemaker-Integration
- Install the necessary dependencies
npm install
- Webpack is already configured in this project. The configuration file is located at:
webpack.config.js
- The HTML fiel (
public/index.html) and the JavaScript file (src/index.js) are already created and configured
- The server file (
server.js) is already created and configured to use Express to server the static files.
- Build the project using Webpack:
npx webpack- Start the server:
node server.js- Open you browser and navigate to:
htp://localhost:300- Open the
JSONata_Demo.fmp12FileMaker file. - Click the "Parse JSON" buton to test the integration.
This project is licensed under the MIT License. See the LICENSE file for details.
Contributions are welcome! Please fork the repository and submit a pull request for review.