I have a big CSV file and I don't want to display the whole contents of it, but I want visitors to my site to be able to search for something and get nicely outputted results. I assume there's some plugin that does this easily, but I couldn't find it. The plugins I saw seemed to mostly be for taking csv data and generating entire pages in WP from them, like for making product pages. I have something like this... Joe Smith, CA, Sales, 25 Steve Jones, AZ, Sales, 45 Dave Anderson, CA, Marketing, 32 And I want users to be able to just search for a name and get the associated data.