multinet-app / multinet-api

Apache License 2.0
2 stars 2 forks source link

Add a delimiter field to the csv upload for user specification #145

Closed JackWilb closed 1 year ago

JackWilb commented 2 years ago

Does this PR close any open issues?

There's no issue in the api for this, it's a frontend issue.

Give a longer description of what this PR addresses and why it's needed

This allows for a user/frontend specified delimiter for processing csv files. This is important, since csvs are only loosely standardized. With the frontend, we can now support ,,;,\t, etc.

Provide pictures/videos of the behavior before and after these changes (optional)

N/A

Are there any additional TODOs before this PR is ready to go?

No