Update Array Map Processor screenshots and fix grammar in processor docs#38034
Merged
pavel-kim-dd merged 5 commits intoJul 9, 2026
Merged
Conversation
…ace by' grammar in processor docs
Contributor
Preview links (active after the
|
janine-c
approved these changes
Jul 8, 2026
janine-c
left a comment
Contributor
There was a problem hiding this comment.
Looks fantastic, thanks for applying this so quickly, Pavel! I made the same small suggestion in a couple places to make the phrasing a little more consistent, but that's super tiny 🙂
| | `expression` | String | Yes | Arithmetic operation between one or more log attributes. | | ||
| | `target` | String | Yes | Name of the attribute that contains the result of the arithmetic operation. | | ||
| | `is_replace_missing` | Boolean | No | If `true`, it replaces all missing attributes of `expression` by 0, `false` skip the operation if an attribute is missing. Default: `false`. | | ||
| | `is_replace_missing` | Boolean | No | If `true`, it replaces all missing attributes of `expression` with 0. If `false`, skips the operation if an attribute is missing. Default: `false`. | |
Contributor
There was a problem hiding this comment.
Suggested change
| | `is_replace_missing` | Boolean | No | If `true`, it replaces all missing attributes of `expression` with 0. If `false`, skips the operation if an attribute is missing. Default: `false`. | | |
| | `is_replace_missing` | Boolean | No | If `true`, replaces all missing attributes of `expression` with 0. If `false`, skips the operation if an attribute is missing. Default: `false`. | |
| | `template` | String | Yes | A formula with one or more attributes and raw text. | | ||
| | `target` | String | Yes | The name of the attribute that contains the result of the template. | | ||
| | `is_replace_missing` | Boolean | No | If `true`, it replaces all missing attributes of `template` by an empty string. If `false`, skips the operation for missing attributes. Default: `false`. | | ||
| | `is_replace_missing` | Boolean | No | If `true`, it replaces all missing attributes of `template` with an empty string. If `false`, skips the operation for missing attributes. Default: `false`. | |
Contributor
There was a problem hiding this comment.
Suggested change
| | `is_replace_missing` | Boolean | No | If `true`, it replaces all missing attributes of `template` with an empty string. If `false`, skips the operation for missing attributes. Default: `false`. | | |
| | `is_replace_missing` | Boolean | No | If `true`, replaces all missing attributes of `template` with an empty string. If `false`, skips the operation for missing attributes. Default: `false`. | |
Contributor
Author
@janine-c Thanks, applied the fixes! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?