Overview

A #Batch Executable reads each Account's Description and derives a standardized Industry using MAP_VALUE_CONTAINS_IGNORE_CASE, which matches by case-insensitive substring and returns the value of the first match.

General Use Case

Use #Batch to apply field transformations across a large volume of records in a single run.

Video Demo

Walkthrough

1

Pipeline - Account.Batches

pipeline-account-batches
2

New Executable - Account.ClassifyIndustry

new-executable-account-classify-industry
3

Retrieve

retrieve
4

Scoping

scoping
5

Mapping

mapping