UCalgaryRacing / SchulichVelocity

NodeJS/React/D3JS Webapp
0 stars 0 forks source link

Sending .csv file to server #1

Open Tijunel opened 5 years ago

Tijunel commented 5 years ago

Currently, attempting to send a .csv file causes an empty body to be sent to the server side.

WillEhman commented 5 years ago

what is the status for this?

JeremyBilic commented 5 years ago

Couldn’t get it to work but is possible.

Have to create a table with known columns in database and populate with the csv file through copy or import I can’t remember which command.

Hilmi said this issue is low priority.

On Sat, Apr 27, 2019 at 5:39 PM William Ehman notifications@github.com wrote:

what is the status for this?

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/SchulichRacingElectrical/SchulichVelocity/issues/1#issuecomment-487327807, or mute the thread https://github.com/notifications/unsubscribe-auth/AJ7QJDS6LBDIEUHWEVPXZOTPSTP3NANCNFSM4HCP3BKA .

JeremyBilic commented 5 years ago

But we could not figure out how to pass csv from backend to router.

On Sat, Apr 27, 2019 at 5:39 PM William Ehman notifications@github.com wrote:

what is the status for this?

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/SchulichRacingElectrical/SchulichVelocity/issues/1#issuecomment-487327807, or mute the thread https://github.com/notifications/unsubscribe-auth/AJ7QJDS6LBDIEUHWEVPXZOTPSTP3NANCNFSM4HCP3BKA .

WillEhman commented 5 years ago

Okay agree with low priority

WillEhman commented 5 years ago

Not necessary for barebones milestone

Tijunel commented 5 years ago

This should not be a big problem, currently can send .csv data to the backend just need to reformat data so it can be pushed into a new table.