@dgetchius You can refer below design pattern, which will help you to identify the name of the file you process through dashboard.
-
Parent pipeline: Use directory browser to pull all filename details and pass $Path to child pipeline parameter.
-
Child Pipeline: Read file using pipeline param (Path) → use csv parser → copy (one for count and one for your business process)–> aggregator snap (at count flow)–> mapper( to capture count and use pipeline param for getting file name).
If you want to complete all logic in one pipeline, then can use Binary to Document snap after reading file can give you filename details as well.