Create Multiple Items from a Single Item

does anybody have a hint on how to transform this rubbish …

[
    {
        "function,41": "0",
        "start,38": "1",
        "set,29": "2"
    }
]

into this …

[
    {
        "node": "function",
        "score": 41
    },
    {
        "node": "start",
        "score": 38
    },
    {
        "node": "set",
        "score": 29
    }
]

Thanks in advance.

Hey @dickhoning, this example Function should do the job (assuming all your items look like your example):

Example Workflow
1 Like

Hi @MutedJam Great! This finally make my high score workflow work. This is a by-product from my Backup routine, which gives you a high score list of all the nodes in your workflow. Please do not forget to change to port 5678 if you’re not using the Desktop App / port 5679 …


And a copy of the workflow: