From 62e0707e7381d88d5b1d626113c41e5ecc409f44 Mon Sep 17 00:00:00 2001 From: Fanit Kolchina Date: Thu, 30 May 2024 13:31:18 -0400 Subject: [PATCH] Remove formatting from front matter in foreach processor Signed-off-by: Fanit Kolchina --- _ingest-pipelines/processors/foreach.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/_ingest-pipelines/processors/foreach.md b/_ingest-pipelines/processors/foreach.md index 72a0ed1420..d0f962e618 100644 --- a/_ingest-pipelines/processors/foreach.md +++ b/_ingest-pipelines/processors/foreach.md @@ -1,11 +1,13 @@ --- layout: default -title: `foreach` +title: Foreach parent: Ingest processors nav_order: 110 --- -# `foreach` processor + +# Foreach processor + The `foreach` processor is used to iterate over a list of values in an input document and apply a transformation to each value. This can be useful for tasks like processing all the elements in an array consistently, such as converting all elements in a string to lowercase or uppercase.