Pipeline Builder URL to Screenshot Functionality

Is there any off-the-shelf functionality in pipeline builder to convert a column containing publicly accessible URLs to persist the respective screenshots of the rendered contents? This would be helpful when we have web browsing data and can quickly extract screenshots of the URLs visited during a single visitor’s browsing session for the client to review visually in some UI.

Hi John. There is currently no built-in transform in Pipeline Builder that makes external API calls (i.e. visit an external website). Something you could do, is build out an external transform UDF in code repos which grabs data (as images) from the external URLs in the input data. Then, you should be able to import and use such a UDF in Pipeline Builder.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.