Skip to main content

Overview

This guide provides practical JMESPath examples for use in Alumio. In a field that supports placeholders, wrap each JMESPath expression in &{...}.

Filtering items

Use filtering expressions to return only the array entries that meet one or more conditions. For example, &{items[?active == \true` && stock > `0`]}returns onlySKU-001` from the sample input.
Use backticks for numeric and boolean literals, for example \100`and`true`. Use single quotes for strings, for example ’featured’`.


Select and reshape data

Work with nested data

Aggregate and sort values

Handle and validate values

Build JSON objects from tabular rows

When a parsed CSV is available in data as an array of rows, map each row into an object:
For example, a row such as ["1", "ABC123", "Product X", "23"] becomes:
Use the Run Test option in Alumio after each change. This lets you validate the expression against a representative entity before enabling the configuration.

Template Import

Follow these steps to import a template to Alumio:
  1. Log in to your Alumio dashboard.
  2. Navigate to More > System > Import/Export
Screenshot 2026 07 22 At 16 41 04
  1. Click to browse or drag and drop an ndjson file to upload it.
Screenshot 2026 07 22 At 16 48 49
  1. Click Import Configurations to start the import.