Commit 9d58ab1
docs: add string_split processor to Cloud (#547)
* docs: add string_split processor to Cloud
Added new string_split processor (available in Redpanda Connect 4.86.0)
to Cloud documentation.
Changes:
- Created processor page with include directive from redpanda-connect
- Added to navigation (alphabetically after split)
- Added to April 2026 what's new section
- Included page alias for backward compatibility
The string_split processor splits strings into multiple parts using a
delimiter, creating new messages or fields for each part.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* Fix nav ordering for string_split processor
Move string_split processor to correct alphabetical position after
sql_select (before switch). Previously placed between split and
sql_insert which broke alphabetical ordering.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent a93a39a commit 9d58ab1
3 files changed
Lines changed: 10 additions & 0 deletions
File tree
- modules
- ROOT
- develop/pages/connect/components/processors
- get-started/pages
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
307 | 307 | | |
308 | 308 | | |
309 | 309 | | |
| 310 | + | |
310 | 311 | | |
311 | 312 | | |
312 | 313 | | |
| |||
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
22 | 27 | | |
23 | 28 | | |
24 | 29 | | |
| |||
0 commit comments