How would I extract a specific row in a .CSV file?
问题 The goal of my code is to ask for a user input, the user specifies this input and my code is to search and find out which row the user input is located. Once located, I will then have code to extract that row into something (string array?) so I can then edit part of it's contents. My problem is that I'm not sure which code/methods/classes to use in order to do this. I have my code set up right now so that it reads the .CSV file and outputs it into a String array of type list. I then iterate