Back to Help Center
Category: Getting Started
Getting Started with ExpressCSV
Learn the basics of ExpressCSV and how to get up and running quickly
Getting Started with ExpressCSV
Welcome to ExpressCSV! This guide will help you get started with our platform and show you how to set up your first CSV onboarding flow.
What is ExpressCSV?
ExpressCSV is an embedded CSV onboarding widget that allows you to onboard your customers quickly and easily. It provides a seamless experience for importing and mapping CSV data to your application.
Step 1: Create an Account
To get started, you need to create an account:
- Visit the sign up page
- Enter your email address and password
- Verify your email address
- Set up your team profile
Step 2: Create Your First Project
Once you've set up your account, you can create your first project:
- Navigate to the dashboard
- Click on "New Project"
- Enter a name and description for your project
- Choose the appropriate settings
- Click "Create"
Step 3: Integrate the Widget
To integrate the widget into your application:
import { ExpressCSV } from '@expresscsv/sdk'; // Initialize the widget const widget = new ExpressCSV({ apiKey: 'your_api_key', projectId: 'your_project_id', container: '#csv-container', }); // Open the widget widget.open();
Need More Help?
Check out our other help articles or contact support if you have any questions.