I am trying to parse a CSV containing potentially 100k+ lines. Here is the criteria I have:
- The index of the identifier
- The identifier value
I would like to retrieve all lines in the CSV that have the given value in the given index (delimited by commas).
Any ideas, taking in special consideration for performance?