03-02-2020 01:59 PM
I would like to read a file from a S3 bucket, update the file, then write it back to S3. I would like to use the account in SnapLogic I configured for S3 use. Does anyone have an example of any of this they could share?
03-03-2020 06:21 AM
File Reader → Stuff → File Writer ?
03-03-2020 07:11 AM
Basically, yes. I would like to read a file from s3, manipulate it in some way, then write it back to s3.
06-06-2020 07:32 PM
Hi ,
I usually do it in mapper and setting up the input as binary
I tried achieving it with a single mapper but as soon as I set the output as binary also the $[‘content’] object becomes missing 🙂