Hello,
I am trying to pull in a list of files from an FTP site since there doesn't seem to be a way to just download all files that are in a particular folder (which will change each month, so I cannot create a static list). I have been able to pull down a list of files, but the data is needs to be split.
After using a download tool and downloading the output to a string and then using text to columns to create rows for each file, I get the following. I do not care about most of the data in the DownloadData column except the filenames which are listed to the far right... first example is highlighted in blue. In reality, this text of course is different, but all files are in this naming convention and are the same number of characters. I'm not great at RegEx at all or I would use it. Happy to use it, just don't know how to come up with the expression. How can I get a column that lists the filenames only?

On a side note, if anyone can point me to a good straightforward reference that can help me learn how to write Regular Expressions so I can learn to parse data, I'd be grateful.
Thank you.