Search
Related topics are listed below.
CSV File Write
Using Gravio Studio » Action Configuration View » Action Components » CSV File Write
CSVFileWrite generates CSV with the input payload as input. The input payload (cv.Payload) accepts input as an array of JSON arrays or an array of JSON Objects. Otherwise, it converts it to a string and outputs it as a one-line, one-column CSV file. Input…
WriteToExcelLocal
Using Gravio Studio » Action Configuration View » Action Components » WriteToExcelLocal
The WriteToExcelLocal component can output data in Excel format to a local xlsx file. The input payload (cv.Payload) can be an array of JSON arrays or an array of JSON Objects. Otherwise, it is converted to a string and output as a single line, single column Excel…
CSVWrite
Using Gravio Studio » Action Configuration View » Action Components » CSVWrite
CSV Write generates a comma-separated string with the input payload as input. It is not meant to create CSV files for further processing as writing the output to a file will not append, but overwrite it. If you want to populate a CSV file appending new lines of data…
Sensor Data DB If Zero
Using Gravio Studio » Action Configuration View » Action Components » Sensor Data DB If Zero
The SensorDataDBIfZero component outputs the input payload as the output payload if no rows are retrieved; if any rows are found, it outputs nothing and omits the Action and all subsequent components. If no rows are found, the Action flow continues. With the content…
SensorDataDB
Using Gravio Studio » Action Configuration View » Action Components » SensorDataDB
The Sensor Data DB Action Component is to read from the Sensor Data DB. Each recorded piece of data gets stored in the Sensor Data DB. With this component, you can query that database. The SensorDataDB component queries data from the SensorDataDB stored in HubKit and…
Which ports does Gravio require?
Appendix » Which ports does Gravio require?
Each server module of Gravio’s HubKit, the Update Manager, and the Coordinator use the following ports: • Inbound (Gravio 5.1) Service Name / Process Name Protocol Port…
Available Variables in Actions
Using Gravio Studio » Action Configuration View » Available Variables in Actions
Think of the Action Steps as connectable parts that have an input and an output pipe. Each Step waits for incoming objects (in cv.Payload) it can then process and pass on through the output pipe to the next Step. Before processing the Step, you can Pre-Map and after…


