berkmancenter / dotplot

Telling a story through dots
GNU General Public License v3.0
51 stars 27 forks source link

Upload file #100

Closed kiolalis closed 7 years ago

kiolalis commented 7 years ago

I tried to upload file, both csv or json, but an error appears: "Invalid file type of uploaded file." Maybe my files don't have the proper format. Any help?

chaitanyya commented 7 years ago

Dotplot only supports Qualtrics export files as of now.

kiolalis commented 7 years ago

Could you please send me an Qualtrics example file, just for testing reasons?

chaitanyya commented 7 years ago

We have added some sample data to play around with in the dev branch. Make sure you run the node API and then click on "load sample data" on the dashboard.

kiolalis commented 7 years ago

... and something last. Where I can find the ?

kiolalis commented 7 years ago

API endpoint

chaitanyya commented 7 years ago

You don't need the endpoint, just spin up the node server and the app will fetch the sample data for you.

kiolalis commented 7 years ago

It works. Thanks!