I try to parse the string below .
I think it is possible with the contrib-buffer-parser node but i don`t understand the working of the node completly
If header 1 is 100 then there is a error
[1,49,53,2,48,49,31,49,48,48,30,48,50,31,69,82,82,79,82,32,32,32,32,32,32,32,30,48,51,31,83,69,82,86,73,67,69,30,48,52,31,49,30,48,53,31,30,48,54,31,49,50,51,52,53,30,48,55,31,65,70,68,46,49,66,30,48,56,31,56,30,3]
150110002ERROR 03SERVICE04105061234507AFD.1B088
If header 1 is 101 then the error is fixed
[1,49,53,2,48,49,31,49,48,49,30,48,50,31,78,79,32,69,82,82,79,82,32,32,32,32,30,48,51,31,83,69,82,86,73,67,69,30,48,52,31,49,30,48,53,31,30,48,54,31,49,50,51,52,53,30,48,55,31,65,70,68,46,49,66,30,48,56,31,57,30,3]
150110102NO ERROR 03SERVICE04105061234507AFD.1B089
I want to make the error message (header index 1 100) visible in the UI table,
and let it disappear (header index 1 101) when the fault is resolved.
I got that part working, but when parsing the string I'm stuck
Maybe someone can help me in the right direction
regards mark