Table Operations

These Table Operations blocks perform various operations for creating and managing tables.

Block Icon Description
CSV Parser CSV Parser block icon Converts a CSV string into a table
CSV Writer CSV Writer block icon Takes an input table and returns the table as a CSV string
JSON Parser JSON Parser block icon Converts a JSON string into a table
Column Mapping Column Mapping block icon Returns a new table that can include specified columns from the input table and can include new columns that contain calculated values
Sort Sort block icon Returns a new table that reorders the input table’s rows
Filter Filter block icon Returns a new table that contains only the rows from the input table that meet a condition
Group By Group By block icon Returns a new table that contains one row for each group of rows in the input table
Join Join block icon Returns a new table that joins the rows of two input tables
Page Page block icon Returns a specified portion of the input table based on paging parameters
Rollup Rollup block icon Returns a new table that contains one row for each date and time interval in the input table
Aggregation Aggregation block icon Returns a value that reflects the table records in the specified column
Select Rows Select Rows block icon Returns a table that contains only the specified rows from the input table
Select Columns no icon Returns a table that contains only the defined column names from the input table
Get Columns Get Columns block icon Returns a table that contains the names and data types of the input table's columns
Table Row Cells Table Row Cells block icon Returns values from the specified cells in a certain row
Add Row Add Row block icon Adds a row to the input table
Remove Rows no icon Deletes rows from the input table
Edit Rows Edits Rows block icon Replaces values in the input table
Transpose Transpose block icon Transposes a table, so that the columns in the input table are rows in the output table
Realtime Recorder Realtime Recorder block icon Monitors changes to specified values and creates a table to record current and historical values
Series Realtime Recorder no icon Monitors the single current value of each specified metric and creates a table of those current values without storing historical values

2018/10/03 00:17