I'm doing something for class and I need to know how to take a string the user inputs via the nextLine() method and use it as the path to a csv file.
Example output would be like this:
Enter the name of the input file:
/Users/user/file.csv
And that would define the csv in java to be read from and delimited by a scanner instance.