Icon

Demo Workflows

This directory contains 88 workflows.

IconSplit and stack table 

This shows how to do this by Table Cropper and Concatenate, but also using UnPivot / Pivot and additionally shows ways to rename the columns. It also, in […]

IconTest mandatory columns for missing values and fail on error 

<p>This workflow processes a series of columns in which the first row indicates if the column is mandatory or optional.</p><p></p><p>If a column is […]

IconTest mandatory columns for missing values and fail on error - enhanced 

<p>This workflow processes a series of columns in which the first row indicates if the column is mandatory or optional.</p><p></p><p>If a column is […]

IconThe Illusion of Parallel Database Processing 

See annotations in workflow. @takbb Brian Bates 30 May 2024

IconUK postcode extraction 

UK postcode extraction Workflow demonstrating use of Regex Split to extract UK postcode from an address field

IconUpload binary files to database 

Demonstrates uploading some binary files to a database, and then querying back for display as images in a table. URL: Related forum topic […]

IconXML Easy Reader demo 

XML Easy Reader demo Workflow to demonstrate reading an XML file WITHOUT using the XML Reader or XPath Nodes. This workflow uses my XML Easy Reader […]

IconXML Easy Reader demo - Jan 2022 

XML Easy Reader demo Workflow to demonstrate reading an XML file WITHOUT using the XML Reader or XPath Nodes. This workflow uses my XML Easy Reader […]

Iconxml replacer and insert with xml demo files using xslt 

It reads Identifier and Name from both XMLS using XPath, then finds the changes to names for existing IDs, and applies XSLT to update them. In addition, […]