Skip to main content

Example Tools for Python

Important

This Python SDK uses outdated technology that limits your extension opportunities. We've built a new Platform SDK using Python and the latest open-source technology to deliver a vastly improved development experience. Go to Platform SDK to get started!

These are example tools created using the Python SDK. When the tools are installed, they display in the SDK Examples category in Designer. Download and install all the tools, or select individual tools below.

Python SDK Example: This tool creates a unique identifier column, regardless of if a data stream is present. This example is automatically installed with Designer.

Python - Input: This tool reads data from a local .csv file. You can download and install this example in Designer.

Python - Multiple Inputs: This tool joins 2 data sources by record position. You can download and install this example in Designer.

Python - Multiple Outputs: This tool separates data into 2 streams, unique and duplicate values. You can download and install this example in Designer.

Python - Output: This tool writes data to a user-specified .csv file within a local directory. You can download and install this example in Designer.

Python - Single Anchor Multiple Inputs: This tool stacks 2 or more incoming data streams that have the same record layout. You can download and install this example in Designer.

Python - Single Input Output: This tool returns a user-specified number of rows from the top of an incoming data stream. You can download and install this example in Designer.