@carefully-built/import-export
v0.1.3
Published
Reusable tabular import/export sheets, CSV parsing, preview rows, and contact import examples for SaaS apps.
Readme
@carefully-built/imports
Reusable import/export primitives for SaaS apps.
Includes
EntityImportSheetfor a standard import flow shell.parseTabularImportRowsfor CSV parsing and normalized headers.- Generic import preview row types.
- Contact import schema, template, and preview builder as a reusable example.
Example
import {
EntityImportSheet,
parseTabularImportRows,
parseImportedContactRow,
buildContactImportPreview,
} from '@carefully-built/imports';