Skip to content

carlbrugger/demo-partial-rejections

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

demo-partial-rejections

This project is a demo Bun HTTP server to demo the Flatfile @flatfile/plugin-partial-rejection-handler package functionality. There are two endpoints that will provide validation of records. The http://localhost:5678/reject-non-flatfile-emails endpoint checks for that do not end in @flatfile.io. The http://localhost:5678/reject-empty-cells endpoint checks for empty cells. Both endpoints will return the offending record ids along with an error message.

Usage

To install dependencies:

bun install

To run:

bun start:watch

This project was created using bun init in bun v1.0.0. Bun is a fast all-in-one JavaScript runtime.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published