Convert to Structured
Only used for text blocks


- Purpose: Parse text into structured data.
- Input: Text block to be converted.
- Output: Structured block.
- Config Modes:
-
wrap into dict ↗: Turn content into a key-value dictionary.
-
wrap into list ↗: Turn content into a list.
-
JSON ↗: Turn text into a JSON.
-
split by length ↗: Break long text by character count.
-
split by character ↗: Split using custom delimiters.
-