Hacker News new | ask | show | jobs
by amir734jj 1921 days 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!

1 comments

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