Hi
I've been successfully using the html node to filter a table. The file grows over time. I'm not sure when it stopped working, but it seems the amount of tags is too high for the node (currently 130900). Is there anything I can do to increase the maximum call stack size? I'm not sure how to approach this problem since it seems to be the node itself that's causing it.
NR: v2.0.6
Thanks
[
{
"id": "07c880a888a7a77e",
"type": "http request",
"z": "b8d32947.47d458",
"name": "",
"method": "GET",
"ret": "bin",
"paytoqs": "ignore",
"url": "",
"tls": "",
"persist": false,
"proxy": "",
"authType": "",
"x": 410,
"y": 300,
"wires": [
[
"86793ba9672a4618"
]
]
},
{
"id": "074c9da903370f34",
"type": "html",
"z": "b8d32947.47d458",
"name": "",
"property": "payload[0].payload",
"outproperty": "payload",
"tag": "th",
"ret": "text",
"as": "single",
"x": 860,
"y": 300,
"wires": [
[
"3bb2d8cffde10fa0"
]
]
},
{
"id": "9c70d98883298d3d",
"type": "html",
"z": "b8d32947.47d458",
"name": "",
"property": "payload[0].payload",
"outproperty": "payload",
"tag": "td",
"ret": "text",
"as": "single",
"x": 860,
"y": 340,
"wires": [
[
"8693ef9d4d024a57"
]
]
},
{
"id": "86793ba9672a4618",
"type": "switch",
"z": "b8d32947.47d458",
"name": "",
"property": "statusCode",
"propertyType": "msg",
"rules": [
{
"t": "eq",
"v": "200",
"vt": "num"
},
{
"t": "eq",
"v": "404",
"vt": "num"
},
{
"t": "else"
}
],
"checkall": "true",
"repair": false,
"outputs": 3,
"x": 550,
"y": 300,
"wires": [
[
"70ee34a914d9bf7f"
],
[],
[]
]
},
{
"id": "70ee34a914d9bf7f",
"type": "zip",
"z": "b8d32947.47d458",
"name": "",
"mode": "decompress",
"filename": "",
"compressionlevel": 6,
"outasstring": true,
"x": 710,
"y": 300,
"wires": [
[
"074c9da903370f34",
"9c70d98883298d3d",
"efe9f1abd4037791"
]
]
},
{
"id": "efe9f1abd4037791",
"type": "debug",
"z": "b8d32947.47d458",
"name": "",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "true",
"targetType": "full",
"statusVal": "",
"statusType": "auto",
"x": 990,
"y": 260,
"wires": []
},
{
"id": "a008527ca52af59c",
"type": "inject",
"z": "b8d32947.47d458",
"name": "url",
"props": [
{
"p": "url",
"v": "http://www.statssa.gov.za/wp-content/../timeseriesdata/Excel/P0141 - CPI(COICOP) from Jan 2008 (202108).zip",
"vt": "str"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"x": 270,
"y": 300,
"wires": [
[
"07c880a888a7a77e"
]
]
},
{
"id": "3bb2d8cffde10fa0",
"type": "debug",
"z": "b8d32947.47d458",
"name": "",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "true",
"targetType": "full",
"statusVal": "",
"statusType": "auto",
"x": 990,
"y": 300,
"wires": []
},
{
"id": "8693ef9d4d024a57",
"type": "debug",
"z": "b8d32947.47d458",
"name": "",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "true",
"targetType": "full",
"statusVal": "",
"statusType": "auto",
"x": 990,
"y": 340,
"wires": []
}
]