Skip to content

Commit 5361a3b

Browse files
committed
docs: add link to desktop-csv-uploader
1 parent a5ddf02 commit 5361a3b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/guides/how-to-guides/import-historical-data.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ One of our Success Engineers wrote an alpha prototype Node.js app for importing
3131
3232
[Example Node.js import application](https://github.com/lambtron/segment-import)
3333
34+
Additionally, one of our Software Engineers developed a React App with more out of the box functionality for importing events. The features include a modern UI, transformations, and event format checking prior to import:
35+
36+
[Desktop React csv uploader](https://github.com/segmentio/desktop-csv-uploader)
37+
3438
If a server-side library doesn't meet your needs, use the Segment [bulk import HTTP API](https://segment.com/docs/connections/sources/catalog/libraries/server/http/#import). **Note**, if you're using the HTTP API directly to replay data you've exported from Segment, we recommend removing the original `sent_at`, `message_id`, and `project_id` fields from the archived message before forwarding them to Segment.
3539

3640
Our friends at [MarketLytics](http://marketlytics.com/) have written up their experience using the alpha prototype importer and offer some [helpful visuals and tips](http://marketlytics.com/blog/import-historic-data-to-segment).

0 commit comments

Comments
 (0)