I'm running into an issue where I have a filewatcher task on a folder.
It's looking for *.xlsx filenames, and when it fires, it does a Excel Conversion to csv.
The problem is, if there are multiple periods in the filename, they don't get carried over.
For example: Test.1.xlsx becomes Test.csv insert of Test.1.csv
Any suggestions?