CloverDX Examples
Here you can find more detailed information about various examples included in the product, which are designed to help you understand its features and capabilities. Additionally, there are comprehensive videos available that provide step-by-step guidance on how to effectively use these examples, ensuring you can maximize the potential of the product in your specific use cases.
How to run CloverDX examples
Open CloverDX Designer or download our trial, then navigate to Help > Welcome, and then Browse examples. A set of new projects will deploy automatically to your workspace with the examples ready to run.
Example 1
Identifying top customers
This simple example shows how you can combine transaction data with customer data from different file format and then apply business logic to find top spending customers and output is as a report in Excel spreadsheet as well as HTML formats.
Example 2
Working with REST APIs
Showcasing two components for working with REST APIs. In this example we use a chain of HTTPConnector and RESTConnector calls to obtain information from REST APIs
Example 3
Orchestrating multistep jobflow
In this example we iterate over a folder with incoming CSV files, process each file using a different transformation graph (processor) based on configuration stored in a separate spreadsheet.