Comment on [deleted]
tal@lemmy.today 4 weeks ago
Are you looking for specific values in this table, or substrings?
If specific values, I’d probably import the CSV file into a database with an column indexed on the value you care about.
Comment on [deleted]
tal@lemmy.today 4 weeks ago
Are you looking for specific values in this table, or substrings?
If specific values, I’d probably import the CSV file into a database with an column indexed on the value you care about.
atzanteol@sh.itjust.works 4 weeks ago
Many (most?) databases these days support some sort of full text search.