Retrieve Filename into Mapper from Box Read
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2018 07:14 AM
How can I catch the Filename “Box Read” Snap opened into the “Mapper” snap?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2018 01:37 PM
Is your “Box read” a multi-file reader or single? Single, you can pass a parameter in for the file name instead of calling it directly. If it’s multi, you would have to get a bit fancier by doing a binary to document and getting the content-disposition field to get the filename.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2019 09:25 AM
Hi, can you post a sample pipeline? How do you ensure that the XML Parser reads the content and not the “content-disposition”?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2019 09:58 AM
If you want to have the name of the file read you can use this technique, which captures the filename in the mapper after the binary router, and then join that with the data output of the parser.
I configured that mapper like so:
and the Join like so:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2020 09:18 AM
what expression did you use in the binary router for the content-location to show up in the mapper?
