loading
loading
Utilities
Pull rows from a Solution dataset into a file for downstream Library nodes. Required: solution and dataset. Query, columns, order-by, and workspace are optional.
Workflows often need rows that already live in a Solution dataset, not on disk. This module reads those rows into a data file the rest of the workflow can consume, so a hostname list, a target list, or any other dataset becomes a wired input without a manual export. The query language is unnamed in the source of truth; syntax lives on the node, not on this page. It is not a warehouse and not a scanner; it reads and writes, and it does not join, aggregate, or transform.
You read rows from a Solution dataset you already have and write them to a
data file for later Library nodes. The query language is unnamed. Syntax
lives on the node. It is not a warehouse and not a scanner.
A Solution dataset you can reach. That dataset is not a Library module.
Any Library node that takes a generic list file: hostname enumerators, Probe for Web Servers, Scan for Open Ports.
Get Cookies via Puppeteer Recording is the other thin Utilities leaf. Different job. This does not sit on the network or web tail. It feeds a file into either.
Nest this when a downstream node needs rows that live in a Solution dataset and are not already a workflow file. Skip it when the list is already on disk, or when you wanted a query console rather than an in-workflow read.
solution (STRING): the solution to retrieve data from.
dataset (STRING): the dataset to retrieve data from.
query (STRING): query to filter the data by. Syntax lives on the node.
columns (STRING): columns to include in the output.
order-by (STRING): columns to sort the data by.
workspace (STRING): the solution's workspace name. Default: the workspace
data: a file of rows from that dataset. Row serialization is unspecified.
The tables this module produces. Sample rows are illustrative.
Rows read from the source Solution dataset and written to the data file.
idtext | valuetext | metadatajson | |
|---|---|---|---|
| 1 | host-001 | app.example.com | {2} |
| 2 | host-002 | staging.example.com | {2} |
| 3 | host-003 | api.example.com | {2} |
Warehouse / SQL export
Why this is not it
You read one Solution dataset into a workflow file. Not a warehouse. The query language is unnamed.
Live Tables
Why this is not it
A different platform surface. This module writes a file for downstream nodes. It does not replace that console.
questions
Drop this module into a Trickest workflow and connect it to your upstream and downstream nodes. The face contract above is the wiring.
Get a personalized demo
A 30-minute walkthrough. We map the platform to your stack and answer pricing and deployment questions for your environment.