I have a long list of files that I need to download from a list of S3 buckets. When I use the S3 bucket path to the “Transfer Files” node with a “/” character the node works perfectly. The problem starts when I have a table with the bucket names in a string column and then convert the strings to paths to use as a variable for the source location “Transfer Files” node. The “String to Path” node changes all the “/” characters to “” which causes an “Execute failed: The specified folder pw-full-locations\ZA\2021\05\05 does not exist” error.
This case is probably an abuse of the node and the owner of the buckets shouldn’t use these characters in bucket names, but is there a work-around. I tried to use the strings as the source but it has to be a path.
Hi @TigerCole , this is happening because you are using the “Local File System”, and I am assuming you are using Windows, and the format would be “pw-full-locations\ZA\2021\05\05” in this case.