A CSV file is a text file. CSV means “comma separated values”, so it’s quite literally a text file with commas in it to denote columns, and each line being a new row.
When you click the ‘Browse’ button for a CSV file, this shows up:

If you create a text file with each name on its own line, and save it as Unicode with the header, it should work.