Skip to content

segmentio/desktop-csv-uploader

Repository files navigation

Segment Desktop CSV Uploader

This is a new and improved historical data importer for Segment. It provides a UI to dynamically configure, transform, and import csv data as Segment events.

Using the app

Upload a csv from your local file system:
Screen Shot 2022-01-24 at 10 03 57 PM

Inspect a particular row to see QA the format of the Segment Events:
Screen Shot 2022-01-24 at 10 04 51 PM

Running the app

Run the following commands in your terminal:

  1. clone the repository, e.g.:
    git clone https://github.com/segmentio/desktop-csv-uploader.git

  2. Navigate to the project root directory in your terminal, e.g.:
    cd desktop-csv-uploader

  3. Run npm install to install dependencies

  4. Run npm run build to package via webpack and transpile the typescript

  5. Run npm run client to start the dev server

  6. Open http://localhost:8080 in your browser

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published