Hacker News new | ask | show | jobs
by mulmen 1083 days ago
> It go bad very quickly when, say, you have two CSV files and want to join them the sql-way.

Then just put them in a database and write a simple SQL query. If you use Perl it’s really very simple to do.