USE CASE:
I want to research a huge output pin from a node but it doesn't load in the data viewer and a CSV never generates. In the "executions" folder for this execution, there are a couple of hundred BRD files.
SOLUTION:
You can use the inspect option in chrome to figure out the file name associated with a pin. Hit F12 or go to Settings > Developer Tools. This will bring up the Developer console.
- Navigate to the output pin you wish to find the file for.
- On the developer tools panel, go to the Network tab
- Double click the output pin.
- On the developer tools panel, go to the Network tab
- Double click the output pin.
You will see some network activity. One of those will have "dataset=" and then the name of the file you're looking for.
You can right click and "copy link address" to get the filename into the clipboard, however, the filename in the clipboard is going to be encoded with %2F instead of /

Comments
0 comments
Please sign in to leave a comment.