@syncport/airtable
v0.1.1
Published
Airtable adapter for Syncport — transform JSON into Airtable record fields
Maintainers
Readme
@syncport/airtable
Airtable adapter for Syncport — transform JSON into Airtable record fields.
Install
npm install @syncport/core @syncport/airtableQuick start
import { transform } from "@syncport/core";
import { AirtableAdapter } from "@syncport/airtable";
const result = transform({ name: "Ali", email: "[email protected]" })
.map({ fields: { name: "name", email: "email" } })
.sanitize()
.use(new AirtableAdapter())
.export();Links
- Playground — try Airtable output live
- GitHub
- @syncport/core
License
MIT
