Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/implerhq/impler.io
Powerful CSV & Excel Import experience for SaaS π Save months building data import experience from scratch π°
https://github.com/implerhq/impler.io
csv-import data-import data-mapping data-review data-validation excel-import lerna mongodb nestjs nextjs nx pnpm-monorepo typescript
Last synced: 3 months ago
JSON representation
Powerful CSV & Excel Import experience for SaaS π Save months building data import experience from scratch π°
- Host: GitHub
- URL: https://github.com/implerhq/impler.io
- Owner: implerhq
- License: mit
- Created: 2022-09-23T01:39:15.000Z (about 2 years ago)
- Default Branch: next
- Last Pushed: 2024-04-24T07:06:20.000Z (7 months ago)
- Last Synced: 2024-04-24T10:18:23.035Z (7 months ago)
- Topics: csv-import, data-import, data-mapping, data-review, data-validation, excel-import, lerna, mongodb, nestjs, nextjs, nx, pnpm-monorepo, typescript
- Language: TypeScript
- Homepage: https://impler.io
- Size: 11.2 MB
- Stars: 116
- Watchers: 2
- Forks: 12
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- trackawesomelist - Impler.io (β186) - first-issue)* <br> 100% open source data import experience with readymade CSV & Excel import widget π (Recently Updated / [Oct 20, 2024](/content/2024/10/20/README.md))
- fucking-awesome-for-beginners - Impler.io
- awesome-for-beginners - Impler.io
README
Readymade and scalable data import experience for developersπ©βπ»
Simple and intuitive way to onboard users data via guided import widget
## π€ Why Impler?
Impler provides embeddable, scalable, and readymade data import experience in products. With Impler you don't need to worry about building and managing complex architecture for importing customers' data. Just integrate impler with few easy steps and the data import experience will be ready in just a few minutes.
## β¨ Features
- πΈοΈ Guided and responsive data import widget
- β οΈ Static and Dynamic validations to validate all kinds of data
- π Auto-generate Excel template along with excel based validations
- π§Ή Facility to clean the invalid data during import
- πͺ Webhook support to send imported data to the application
- πͺ Ability to provide default and dynamic schema
- π§ͺ Event hooks to react according to widget status
- π€ΈββοΈ Facility to format data application receives
- π¨βπ» Guided and driven by community## π Getting Started
The best way to explore the possibilities of the platform is by creating your Import. Head over to [web portal](https://web.impler.io) and setup your account.
After setting up your account, you can create an import and add columns to it. Once columns are added you're ready to import data.
There are two ways:
1. Click on `Import` button to open the import widget from the web portal
2. Embed import widget import widget into your applicationTo integrate impler into your reactjs application, you need to install the package:
```bash
npm install @impler/react
```Add script in your app before closing body tag
```html```
```ts
import { useImpler } from '@impler/react';
const { showWidget, isImplerInitiated } = useImpler({
templateId: "",
projectId: "",
accessToken: "",
});Import
```
## π Contributing
Contributions are what makes the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
Here are a few ways:
- Help with open issues or create your own
- Share your thoughts and suggestions with us over [discord](https://discord.impler.io)
- Help create tutorials and blog posts
- Request a feature by opening an issue with the tag `enhancement`
- Report a bug by providing steps to reproduceIf you have something in mind that would make it better, please fork the repo and create a pull request. Every hand is appreciated!
## π» Need Help?
We are more than happy to help you. If you are getting any errors or facing problems while working on this project, join our [discord server](https://discord.impler.io) and ask for help. We are open to discussing anything related to the project.
## β‘ Immediate working space with Gitpod
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/implerhq/impler.io)
## π Quick Links
π‘ [Home page](https://impler.io?utm_source=github)
ποΈ [Contribution Guidelines](https://github.com/implerhq/impler.io/blob/next/CONTRIBUTING.md)
π» [Run Impler Locally](https://docs.impler.io/community/run-impler-locally)## π‘οΈ License
Impler is licensed under the MIT License - see the [LICENSE](https://github.com/implerhq/impler.io/blob/next/LICENSE) file for details.
## ποΈ Thank you
The beauty of open-source software is enhanced through collaborative efforts. Don't forget to give the project a star :star:! Thanks again!