Forum Discussion
slaytanic70
7 years agoNew Contributor III
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.
Pavol
7 years agoNew Contributor II
Hi, can you post a sample pipeline? How do you ensure that the XML Parser reads the content and not the “content-disposition”?