ComfyUI Node
📃Text → Dict🗂️ [OLD]
Parse raw text into key-value pairs.
📃Text → Dict🗂️ [OLD]
- dict
- dict
◄pre_cleanuptrue►
◄dict_text—►
◄show_statusfalse►
Category🗂️ Dict Tools/_old
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| pre_cleanup | BOOLEAN | true | When enabled, each line is individually pre-stripped of any leading/trailing spaces before parsing the text. |
| dict_text | STRING | A wall of key-value pairs: • keys (item names) on their own line, • followed by their text. Different items are separated by empty lines. | |
| show_status | BOOLEAN | false | Show detected string names on the node itself? |
| dictopt | DICT | An (optional) Dictionary to work with. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| dict | DICT | — |