Icon

Components

This directory contains 48 workflows.

AES Decrypt Column 

Decrypts a string column that has previously been encrypted with the AES Encrypt Column component. The provided key is stored in plain text and is stretched […]

AES Encrypt Column 

Encrypts a string column with AES and no random padding, so that the same input data and encryption key always produces the same encrypted string. The […]

Azure Form Recognizer 

Uploads content such as PNGs or PDFs to Azure Form Recognizer and retrieves the contained text. The requests are queued in Azure and it may take a while […]

Azure Form Recognizer Result Parser 

Parses the raw JSON result from an Azure Form Recognizer API call and returns a table of text snippets in the processed document, with page number, text […]

CASE Switch Variable (Start 5 ports) 

This node branches off a workflow based on the given port choice. One output is activated, the others set to inactive.

Cell Replacer Joiner 

A joiner implementation based on the Cell Replacer. Only works when the second table only has one occurrence of each join key. The Cell Replacer is […]