All actions in EasyMorph
- Actions marked with an asterisk (*) in the table below are not available in the free edition.
- See also: All integrations in EasyMorph.
| Icon | Action name | Description |
|---|---|---|
| import dataset from a file in the native EasyMorph data format (.dset). | ||
| import data from a delimited text files (e.g. .csv). | ||
| import data from Excel spreadsheets (.xls,.xlsx). | ||
| import tabular data with fixed width columns from text file. | ||
| import columns or metadata from an Apache Parquet file. | ||
| import JSON from a text file. | ||
| import a text file as is without parsing. | ||
| import data or metadata from a QVD file. | ||
| import data from a SAS file (.sas7bdat). | ||
| import data from a SPSS/PSPP file (.sav). | ||
| import data from an XML file. | ||
| project metadata such as list of connectors or parameters. | ||
| split large file into smaller chunks without loading it into EasyMorph. |
| Icon | Action name | Description |
|---|---|---|
| import data from a database. | ||
| import rows from a database table where key values match (or don't match) key values in an EasyMorph table. |
| Icon | Action name | Description |
|---|---|---|
| import a table from Airtable. | ||
| import metrics from Google Analytics. | ||
| import metrics from Google Search Console. | ||
| import information from Jira. | ||
| import an entity or entity metadata from Microsoft Dataverse. | ||
| import data via the Microsoft Graph API and other OData sources. | ||
| import deals, organizations, persons from the Pipedrive CRM. | ||
| import data from a Power BI semantic model. | ||
| import rows from a Salesforce object. | ||
| import ticket and user data from Zendesk. | ||
| import data from a Google Sheets spreadsheet. | ||
| import a SharePoint list. | ||
| retrieve a dataset, file, or URL from the Catalog. |
| Icon | Action name | Description |
|---|---|---|
| import data from a Web API. | ||
| receive an HTTP request from a custom API endpoint of EasyMorph Server. | ||
| import incoming webhook messages from EasyMorph Gateway. |
| Icon | Action name | Description |
|---|---|---|
| create a sequence of dates in specified date range | ||
| create a list of up to 100 manually entered values | ||
| create a list of files in specified folder | ||
| create a list of folders in specified folder | ||
| creates a single-row table with parameter values as columns | ||
| generate a sequence of numbers from 1 to N | ||
| obtain system information (such as current Windows account or free RAM). |
| Icon | Action name | Description |
|---|---|---|
| obtain input dataset from a calling project | ||
| create a table with temporary static snapshot of data | ||
| lists all files uploaded by use of "File upload" parameters. |
| Icon | Action name | Description |
|---|---|---|
| calculate aggregates (subtotals) like sum or count grouped by one or more fields. | ||
| Append another table as new rows or columns. | ||
| built using arithmetical operations and various functions. | ||
| remove particular values from one or more columns. | ||
| concatenate column values into delimited text. | ||
| convert text dates into number dates. | ||
| add column with row numbers. | ||
| retain or delete selected columns. | ||
| replace values in a column using a lookup table. | ||
| merge (join) one or more columns from another table where certain columns in both tables match. | ||
| add prefixes and/or suffixes to column names. | ||
| . | ||
| create a new column using a single value from another table. | ||
| assign new names to selected columns. | ||
| rearrange the sequence of the columns within a dataset. | ||
| replace particular values in a column with new ones. | ||
| calculate or replace a column using multiple nested IF..THEN…ELSE conditions. | ||
| sort table by one or more columns. |
| Icon | Action name | Description |
|---|---|---|
| anonymizes data without affecting its cardinality. | ||
| compares two tables and produces a list of differences based on column metadata. | ||
| create ranges of fixed width and assign each row to one of the ranges. | ||
| create a table with all possible combinations (i.e. Cartesian product) of rows in two tables. | ||
| break down a total/subtotal proportionally to a group of numbers (weights). | ||
| enumerate all combinations of values in given columns. | ||
| fill down empty cells. | ||
| fill empty cells to the right. | ||
| creates a randomly generated global unique identifier for each row. | ||
| assign a group name (or flag) to selected column values. | ||
| generate a parent-child hierarchy path. | ||
| merge columns from another table where key values fall into an interval defined by two columns. | ||
| name columns using values from top rows. | ||
| build a linear regression. Interpolate/extrapolate values if needed. | ||
| create column(s) with date/time attributes derived from a date column. | ||
| find text strings in another table, that are contained in the current table. | ||
| merges two tables based on columns with the same names. | ||
| create a matrix table by pivoting. | ||
| create a new column with regular expression matches. | ||
| remove columns where all values are the same or empty. | ||
| remove rows where all values are empty or whitespace. | ||
| rename multiple columns using a lookup table. | ||
| repeat each row as many times as specified in given column. | ||
| replace all substrings in one or many columns using a lookup table. | ||
| adds amounts up through a hierarchy. | ||
| calculate rank, cumulative count, sum or % from total sum. | ||
| remove hidden system characters, extra spaces, and line breaks. | ||
| select columns using a lookup table. | ||
| shifts column values up or down. | ||
| calculates an aggregate (average, sum, etc.) over N sliding values. | ||
| split delimited values of a column into new columns. | ||
| split delimited values of a column into rows. | ||
| split a column with fixed width text values into new columns. | ||
| calculate median, percentile, standard error, standard deviation, or variance. | ||
| obtain column names, total row count and other table metadata. | ||
| remove or replace values across selected columns. | ||
| add column total or group subtotals as a new column. | ||
| convert a matrix table into a straight table. | ||
| perform multiple data quality checks on a table. |
| Icon | Action name | Description |
|---|---|---|
| remove duplicate rows in entire table based on all or selected columns. | ||
| filter rows by selecting/deselecting column values. | ||
| . | ||
| filter rows that contain (or don't contain) search string. | ||
| keep or remove only rows with values of particular data type (e.g. errors). | ||
| keep only duplicate rows based on all or selected columns. | ||
| keep/remove rows with the top N biggest/smallest values. | ||
| keep or remove rows with values that exist in another table. | ||
| keep/remove top/bottom N rows. | ||
| keep/remove rows above/below first row matching condition. |
| Icon | Action name | Description |
|---|---|---|
| construct fields required for an HTTP response of the API Server. | ||
| construct a JSON object. | ||
| extract values of one or more JSON properties specified by JSON path. | ||
| delete, replace, or rename a JSON property or format JSON. | ||
| parse a JSON object into a tabular dataset. | ||
| parse web form submissions in the "x-www-form-urlencoded" format. | ||
| parse XML into a tabular dataset. | ||
| split a JSON array into rows. |
| Icon | Action name | Description |
|---|---|---|
| export dataset into a file in the native EasyMorph data format (.dset). | ||
| export data into CSV or another delimited text format. | ||
| export data into an Excel spreadsheet. | ||
| export a column as a plain text file without formatting or delimiting. | ||
| export data into a Qlik QVD file. | ||
| exports dataset into a file in the .parquet format. | ||
| export data into a Tableau TDE/Hyper file or publish to Tableau Server/Online. | ||
| export data into an XML file. |
| Icon | Action name | Description |
|---|---|---|
| bulk export into a database table (some RDBMS). | ||
| export EasyMorph table into database table (all RDBMS). |
| Icon | Action name | Description |
|---|---|---|
| export to a table in Airtable base. | ||
| export data into a Google Sheets spreadsheet. | ||
| export to Power BI push-dataset. | ||
| insert records into a Salesforce object. | ||
| append rows to a SharePoint list. | ||
| export data into a Tableau TDE/Hyper file or publish to Tableau Server/Online. |
| Icon | Action name | Description |
|---|---|---|
| automate operations with boards/issues in workflows. | ||
| stop project execution. | ||
| pass table data to another project and run it once. | ||
| run another module or project, passing another table. | ||
| between current table and another table choose one that is not empty. | ||
| abort project execution if a value in specified column(s) has a wrong type. | ||
| abort project execution, or display a warning and continue, if the specified condition is fulfilled. | ||
| run another module/project once for each row in table. | ||
| run another module/project once for each column in table and automatically append all returned columns into one table. | ||
| run another module/project once for each row in table and pass another table to it. | ||
| Play a system sound or .wav file. | ||
| create a new issue in an Explorer board in EasyMorph Server. | ||
| run another module/project until/while its output is empty. | ||
| perform operations on shared memory, a key-value data respository. | ||
| skip the rest of actions in table if the specified condition is fulfilled. | ||
| skip the rest of actions in table if the didn't change from previous run. | ||
| skip the rest of the actions in table if the condition in another table is fulfilled. | ||
| enforce mutually exclusive access to a resource for simultaneously executed projects (tasks). | ||
| display custom project execution status message. | ||
| wait until another table is calculated. | ||
| add a to-do item to the workflow. | ||
| pause execution for specified number of seconds. |
| Icon | Action name | Description |
|---|---|---|
| and the input dataset, return a dataset back to EasyMorph. | ||
| list/create/update/delete Catalog directories, items, and item fields. | ||
| create/delete/truncate DB table or send a custom SQL command to a database (e.g. to bulk load a file). | ||
| delete rows in a database table that satisfy query conditions. | ||
| delete rows in a database table where key values match/don't match key values in an EasyMorph table. | ||
| download a file from the internet. | ||
| performs various operations with email messages. | ||
| perform file/sheet operations and run VBA macros in Excel files. | ||
| fetch email messages and their attachments from a mail server (Exchange or IMAP). | ||
| performs basic file operations such as copy/move/rename/delete/unzip. | ||
| transfer files over SFTP or SCP to or from a remote computer. | ||
| generate HTML documentation for an EasyMorph project. | ||
| execute external application once for each row in a table. | ||
| send multiple uniform HTTP requests to a web API and append responses into one table. | ||
| executes one or more PowerShell statements. | ||
| execute external application once. | ||
| send an email with an attachment to one or more recipients. | ||
| run one or several commands on a remote computer using the SSH protocol. | ||
| update a database table with values from EasyMorph. | ||
| send an HTTP request to a web API and receive a response. | ||
| transform a given XML file using XSLT stylesheets. |
| Icon | Action name | Description |
|---|---|---|
| perform an operation with AWS S3 , e.g. upload/download a file. | ||
| sends free-form prompts to ChatGPT or other ChatGPT-compatible LLM services. | ||
| performs various file and folder operations with Azure Blob Storage. | ||
| performs various file and folder operations with Dropbox. | ||
| trigger a task, or upload/download/delete a file on a remote EasyMorph Server. | ||
| perform an operation with Google Drive, e.g. download a file. | ||
| perform a Jira command. | ||
| perform file and folder operations within OneDrive. | ||
| trigger a Power BI action, such as refreshing a dataset or triggering a workflow. | ||
| execute a Qlik Cloud command remotely. | ||
| execute a Qlik Sense command remotely. | ||
| send a message through ntfy. | ||
| send a message through the Pushover service. | ||
| perform file and folder operations within SharePoint. | ||
| send notifications to Slack. | ||
| trigger extract refresh or run a flow on Tableau Server / Online. | ||
| send a message to Microsoft Teams. | ||
| update or delete rows in Airtable. | ||
| update/delete records in a Salesforce object. | ||
| update or delete rows in a SharePoint list. | ||
| create, update, and delete Zendesk tickets. |