<p>I want to have 1 row with the headers that are in in front of the ":" and the values the piece between the ":" and the ",". I need an elegant way of doing this.</p>
<p>I tried to convert the string to JSON but I got an error that the field names arent double qouted.</p>
<p>Thanks for the support!</p>
<p>Kind regards,</p>
<p>Anton</p>
</td>
</tr>
</tbody>
using the JSON node is the right aproach to do this in an elegant way. To prepare the string i.e. the value with double quote I think you need to use the Java Snippet node and do some string manipulation.