10-19-2018 07:14 AM
How can I catch the Filename “Box Read” Snap opened into the “Mapper” snap?
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.
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”?
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:
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?