Transform
@flatfile/plugin-dedupe
A plugin that automatically converts the initial user-inputted data to the correct type needed for that field so it can be processed.
Subscribe to updates via RSS
1.5.1
Patch Changes
- This release adds a type for the tick() function.
- @flatfile/plugin-job-handler@0.8.1
1.5.0
Minor Changes
- The release swaps the package's bundler to tsup.
Patch Changes
Updated dependencies- @flatfile/plugin-job-handler@0.8.0
- @flatfile/util-common@1.6.0
1.4.0
Minor Changes
- This release updates the plugin's documentation.
1.3.0
Minor Changes
- The release swaps the package's bundler to tsup.
Patch Changes
Updated dependencies- @flatfile/plugin-job-handler@0.7.0
- @flatfile/util-common@1.5.0
1.2.1
Patch Changes
- This release updates the @flatfile/api dependency to improve regional support
- @flatfile/plugin-job-handler@0.6.1
- @flatfile/util-common@1.4.1
1.2.0
Minor Changes
- This release updates several Flatfile dependencies to the latest versions.
Patch Changes
Updated dependencies- @flatfile/plugin-job-handler@0.6.0
- @flatfile/util-common@1.4.0
1.1.5
Patch Changes
- Update @flatfile/api dependency
- @flatfile/plugin-job-handler@0.5.5
- @flatfile/util-common@1.3.8
1.1.4
Patch Changes
- This release provides a more instructive error message when the dedupe plugin is miscalled from a workbook-level action instead of a sheet-level action.
1.1.3
Patch Changes
- This release updates the @flatfile/api dependency on all plugins.
- @flatfile/plugin-job-handler@0.5.2
- @flatfile/util-common@1.3.2
1.1.2
Patch Changes
- This release updates the plugin's documentation with an example that doesn't require another library.
1.1.1
Patch Changes
- This release fixes the bundling of plugins
- @flatfile/plugin-job-handler@0.5.1
- @flatfile/util-common@1.3.1
1.1.0
Minor Changes
- This release moves `@flatfile/api` to the plugin's `peerDependencies`. Most plugins use the `@flatfile/api` SDK, and as such, we don’t want to bundle it with every plugin. By moving `@flatfile/api` to `peerDependencies`, it won’t be bundled. However, the consuming project will be required to install it. Depending on the npm version, `peerDependencies` may be auto-installed or a warning given when `npm install` is run. Additionally, this significantly reduces the bundle size.
Patch Changes
Updated dependencies- @flatfile/plugin-job-handler@0.5.0
- @flatfile/util-common@1.3.0
1.0.4
Patch Changes
- Readme markup changes for better styling
1.0.3
Patch Changes
- update readme and keywords
1.0.2
Patch Changes
- This release refactors and optimizes import statements across all plugins and utility files, particularly emphasizing the use of TypeScript's type keyword for type-only imports. Additionally, this release centralizes the Rollup configuration and replaces axios with cross-fetch for HTTP requests. These changes streamline the codebase, enhance type safety, and unify HTTP request handling across the project.
- @flatfile/plugin-job-handler@0.4.2
- @flatfile/util-common@1.1.1
1.0.1
Patch Changes
- `@flatfile/plugin-connect-via-merge`: `@flatfile/api@1.7.10` removes `countRecords` from the get sheet endpoint. This release switches to the get record count endpoint.
- @flatfile/plugin-job-handler@0.4.1
- @flatfile/util-common@1.0.3
1.0.0
Major Changes
- `@flatfile/plugin-dedupe`: This release improves dedupe's handling of records. Previously it only deduped the first 10k records. Now it dedupes the entire sheet. It takes advantage of the `processRecords` utility for retrieving and finding duplicates, and creates a bulk record deletion job. Additionally it improves error messaging and bundles for both NodeJS and the browser.
Patch Changes
Updated dependencies- @flatfile/plugin-job-handler@0.4.0
- @flatfile/util-common@1.0.2
0.1.1
Patch Changes
- This release updates the `@flatfile/api` and `@flatfile/listener` dependencies
0.1.0
Minor Changes
- Dependency updates
0.0.8
Patch Changes
- Dependency cleanup
0.0.7
Patch Changes
- Release to update @flatfile/api dep
- Bug fix when no duplicate values found
0.0.6
Patch Changes
- Update @flatfile/api dependency
0.0.5
Patch Changes
- @flatfile/api dependency updated to latest version
0.0.4
Patch Changes
- Minor bug fixes
0.0.3
Patch Changes
- Update @flatfile/listener dependency
0.0.2
Patch Changes
- fix: Proper job ack on failure
0.0.1
Patch Changes
- Initial release