Essentially:
I have several (400) text files each with a numerical file name (ie 12345.txt).
Each text file contains some text(Long description style, plain text paragraphs, etc). I am trying to figure out if I could import all of these text files into a spreadsheet for export to CSV.
The sheet would have two columns: the filename without the extension (the 12345), and the second column would be the contents of the file (single cell per file).
Thanks.