I basically just need to copy (or move) the FILE (not the data inside the file) from the S3 bucket, and then paste it into the shared drive folder. This way all the source formatting from the xlsx will remain intact.
I have used the download tool several times to open data from a csv or xlsx file on a shared drive and then do something with it during the rest of the workflow.
This scenario is a little different. I just want to copy or move a file from a S3 bucket to a location on a shared drive. I don't need to open it.
I have already tried the previous set up using the download tool and then an output tool following, but this brings the data into the desktop and then saves it to a new location, thereby removing all the formatting in the xlsx source file (column widths, font, filters, sheet names, etc.)
I am not even sure if the download tool is the way to go here.
I do have all the S3 bucket names, credentials, secret keys, etc. and I have the name of the shared folder.
Thanks