top | item 26484055

(no title)

mnembrini | 5 years ago

A Csv editor/viewer in Rust using druid. Very early stage, but the goal is to open large files (1 GB and over) easily and have some good filtering / sorting options. Excel stops at a certain amount of rows, LibreOffice is ok but slow and other editors I looked are not cross platform I know you can just import a Csv into a sql DB but it can be finicky it can take some time to map the columns, filter out invalid data etc. This can and should be all be automated

discuss

order

amir734jj|5 years ago

I work at a large financial company and every day we have a ansible job to get CSV file that's >1GB and move it to our shared drive. It's very idiot way of moving files but there are tons of companies still using this approach.

Then someone somewhere in India needs to make sure the job ran successfully by attempting to open that CSV file and doing a smoke testing.

I'm looking forward to this!

stonecharioteer|5 years ago

Uh, you could write a small python script to check the csv file. Why do you need a rust based gui for it?

nojito|5 years ago

Excel can trivially handle hundreds of millions of rows.

Using powerquery and power pivot