IEEE-RVCE / GateKeeper

Hierarchical document review system
https://gate.ieee-rvce.org
BSD 3-Clause "New" or "Revised" License
5 stars 0 forks source link

Implement a csv reader #24

Open SundarakrishnanN opened 4 months ago

SundarakrishnanN commented 4 months ago

Csv reader to read email id name etc columns and create bulk accounts using the same with auto generated password(Admin only feature)

chrisvrose commented 4 months ago

There's good CSV readers in js. One approach is that we can convert in frontend to json

Then backend only has to accept a list of jsons (which is trivial)

SundarakrishnanN commented 4 months ago

There's good CSV readers in js. One approach is that we can convert in frontend to json

Then backend only has to accept a list of jsons (which is trivial)

This makes sense

Tejas-R-Pattar commented 4 months ago

There's good CSV readers in js. One approach is that we can convert in frontend to json

Then backend only has to accept a list of jsons (which is trivial)

SheetJS??

chrisvrose commented 4 months ago

I just looked up SheetJS. Is it paid?

Excel support would actually be handy, since spreadsheets are an easy way to hold the data (and the simplest to interact with)

On Sun, 25 Feb, 2024, 15:58 Tejas-R-Pattar, @.***> wrote:

There's good CSV readers in js. One approach is that we can convert in frontend to json

Then backend only has to accept a list of jsons (which is trivial)

SheetJS??

— Reply to this email directly, view it on GitHub https://github.com/IEEE-RVCE/GateKeeper/issues/24#issuecomment-1962886702, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADX32PGHQ2SHKWLYT5GYKV3YVMG5ZAVCNFSM6AAAAABDVEU3LGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRSHA4DMNZQGI . You are receiving this because you commented.Message ID: @.***>

Tejas-R-Pattar commented 4 months ago

There a free community version. Where we can read,write and convert to json but we cant use images and stuff.