Comment on [deleted]
yaroto98@lemmy.org 2 weeks ago
Done this with massive log files. Used perl and regex. That’s basically what the language was built for.
But with CSVs? I’d throw them in a db with an index.
Comment on [deleted]
yaroto98@lemmy.org 2 weeks ago
Done this with massive log files. Used perl and regex. That’s basically what the language was built for.
But with CSVs? I’d throw them in a db with an index.
SheeEttin@lemmy.zip 2 weeks ago
Agreed. If the data is suitable enough, there are plenty of tools to slurp a CSV into mariadb or whatever.