Guidance manipulating files in S3 using Script (Python) snap

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎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?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2020 06:21 AM
File Reader → Stuff → File Writer ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎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 🙂
