GreenFluxblog.greenflux.us·Dec 14, 2024SQL to JSON in FileMaker using Papa ParseRecently I needed to upload some data from a local FileMaker database to a REST API as part of a migration. FileMaker’s Insert from Url script step uses curl requests for sending data to another API, and anyone who’s used it knows the struggle of esc...71 readsfilemaker
Belinda Marion Kobusingyebelindamarionk.hashnode.dev·Feb 14, 2023How to export CSV and JSON data from API in ReactIn this blog, we will explore how to fetch data from an API using Axios, and then export the data as both CSV and JSON files using the Papa Parse library. Exporting Data as CSV using Papa Parse Papa Parse is a powerful JavaScript library that can be ...10 likes·2.3K readsCSV files