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:

  1. Visit the sign up page
  2. Enter your email address and password
  3. Verify your email address
  4. Set up your team profile

Step 2: Create Your First Project

Once you've set up your account, you can create your first project:

  1. Navigate to the dashboard
  2. Click on "New Project"
  3. Enter a name and description for your project
  4. Choose the appropriate settings
  5. 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.