node-red-contrib-prib-functions 0.22.0 → 0.23.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +87 -35
- package/lib/common.js +128 -0
- package/lib/objectExtensions.js +190 -80
- package/lib/typedInput.js +77 -0
- package/matrix/matrixNode.html +2 -1
- package/package.json +12 -11
- package/test/00-objectExtensions.js +192 -1
- package/test/data/.config.nodes.json +3 -3
- package/test/data/.config.nodes.json.backup +3 -3
- package/test/data/.config.users.json +3 -2
- package/test/data/.config.users.json.backup +3 -2
- package/test/data/.flow.json.backup +3208 -425
- package/test/data/flow.json +3187 -402
- package/test/data/package-lock.json +4 -4
- package/testing/test.js +59 -26
- package/transform/transform.html +163 -19
- package/transform/transform.js +106 -55
- package/visual/shapes/base..js +1 -0
- package/visual/visual.js +0 -0
- package/visual/visualNode.js +45 -0
|
@@ -96,17 +96,18 @@
|
|
|
96
96
|
{
|
|
97
97
|
"id": "5866424ac23291eb",
|
|
98
98
|
"type": "tab",
|
|
99
|
-
"label": "transform",
|
|
99
|
+
"label": "transform array",
|
|
100
100
|
"disabled": false,
|
|
101
101
|
"info": "",
|
|
102
102
|
"env": []
|
|
103
103
|
},
|
|
104
104
|
{
|
|
105
|
-
"id": "
|
|
105
|
+
"id": "1374c39ae82adb4e",
|
|
106
106
|
"type": "tab",
|
|
107
|
-
"label": "transform
|
|
107
|
+
"label": "transform date",
|
|
108
108
|
"disabled": false,
|
|
109
|
-
"info": ""
|
|
109
|
+
"info": "",
|
|
110
|
+
"env": []
|
|
110
111
|
},
|
|
111
112
|
{
|
|
112
113
|
"id": "65b5beda2b73b7b5",
|
|
@@ -116,6 +117,62 @@
|
|
|
116
117
|
"info": "",
|
|
117
118
|
"env": []
|
|
118
119
|
},
|
|
120
|
+
{
|
|
121
|
+
"id": "460ae66eec4b7f8a",
|
|
122
|
+
"type": "tab",
|
|
123
|
+
"label": "transform string",
|
|
124
|
+
"disabled": false,
|
|
125
|
+
"info": "",
|
|
126
|
+
"env": []
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"id": "924bb2b7.03fd1",
|
|
130
|
+
"type": "tab",
|
|
131
|
+
"label": "transform xlsx",
|
|
132
|
+
"disabled": false,
|
|
133
|
+
"info": ""
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"id": "680198a3be420949",
|
|
137
|
+
"type": "group",
|
|
138
|
+
"z": "1374c39ae82adb4e",
|
|
139
|
+
"name": "date is between",
|
|
140
|
+
"style": {
|
|
141
|
+
"label": true
|
|
142
|
+
},
|
|
143
|
+
"nodes": [
|
|
144
|
+
"49b2ad130416e0a0",
|
|
145
|
+
"8623ee29d4c12529",
|
|
146
|
+
"d6dab95d41cd38af",
|
|
147
|
+
"c81d74aeb883cd43",
|
|
148
|
+
"94c3bd1cdaed91d7"
|
|
149
|
+
],
|
|
150
|
+
"x": 144,
|
|
151
|
+
"y": -1,
|
|
152
|
+
"w": 762,
|
|
153
|
+
"h": 142
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"id": "68a2c0f4427ce400",
|
|
157
|
+
"type": "group",
|
|
158
|
+
"z": "1374c39ae82adb4e",
|
|
159
|
+
"name": "Range Limit",
|
|
160
|
+
"style": {
|
|
161
|
+
"label": true
|
|
162
|
+
},
|
|
163
|
+
"nodes": [
|
|
164
|
+
"4f6a21107d3e15fe",
|
|
165
|
+
"7fdb40764c01f99a",
|
|
166
|
+
"2b4dc03c0cb6ea2b",
|
|
167
|
+
"06787d2f44f5d979",
|
|
168
|
+
"e36d78184f2c0e34",
|
|
169
|
+
"b9d724057624e971"
|
|
170
|
+
],
|
|
171
|
+
"x": 944,
|
|
172
|
+
"y": -1,
|
|
173
|
+
"w": 902,
|
|
174
|
+
"h": 142
|
|
175
|
+
},
|
|
119
176
|
{
|
|
120
177
|
"id": "a761e268.19bc7",
|
|
121
178
|
"type": "append",
|
|
@@ -1270,7 +1327,7 @@
|
|
|
1270
1327
|
"type": "test",
|
|
1271
1328
|
"z": "cf595649.931658",
|
|
1272
1329
|
"name": "autocovariance data",
|
|
1273
|
-
"errorFactor": "",
|
|
1330
|
+
"errorFactor": "0.001",
|
|
1274
1331
|
"escapeString": false,
|
|
1275
1332
|
"infiniteIsNull": false,
|
|
1276
1333
|
"payload": "[0.05,0.01,-0.02,0.03,-0.04,0.06,0.02,-0.01,-0.03,0.04]",
|
|
@@ -2652,11 +2709,14 @@
|
|
|
2652
2709
|
"id": "f6d80561.d80d08",
|
|
2653
2710
|
"type": "test",
|
|
2654
2711
|
"z": "e4973c86.37d63",
|
|
2655
|
-
"name": "",
|
|
2712
|
+
"name": "Fail expected",
|
|
2713
|
+
"errorFactor": "",
|
|
2714
|
+
"escapeString": false,
|
|
2656
2715
|
"payload": "testa",
|
|
2657
2716
|
"payloadType": "str",
|
|
2658
2717
|
"result": "testb",
|
|
2659
2718
|
"resultType": "str",
|
|
2719
|
+
"resultProperty": "msg.payload",
|
|
2660
2720
|
"topic": "",
|
|
2661
2721
|
"x": 330,
|
|
2662
2722
|
"y": 140,
|
|
@@ -2682,7 +2742,7 @@
|
|
|
2682
2742
|
"topic": "",
|
|
2683
2743
|
"payload": "",
|
|
2684
2744
|
"payloadType": "date",
|
|
2685
|
-
"x":
|
|
2745
|
+
"x": 100,
|
|
2686
2746
|
"y": 20,
|
|
2687
2747
|
"wires": [
|
|
2688
2748
|
[
|
|
@@ -2747,7 +2807,7 @@
|
|
|
2747
2807
|
"id": "575b7f19.b17d5",
|
|
2748
2808
|
"type": "test",
|
|
2749
2809
|
"z": "e4973c86.37d63",
|
|
2750
|
-
"name": "",
|
|
2810
|
+
"name": "fail expected",
|
|
2751
2811
|
"errorFactor": "0",
|
|
2752
2812
|
"escapeString": false,
|
|
2753
2813
|
"payload": "{\"a\":1,\"b\":\"two\"}",
|
|
@@ -2756,7 +2816,7 @@
|
|
|
2756
2816
|
"resultType": "str",
|
|
2757
2817
|
"resultProperty": "msg.payload",
|
|
2758
2818
|
"topic": "",
|
|
2759
|
-
"x":
|
|
2819
|
+
"x": 300,
|
|
2760
2820
|
"y": 380,
|
|
2761
2821
|
"wires": [
|
|
2762
2822
|
[
|
|
@@ -3363,66 +3423,11 @@
|
|
|
3363
3423
|
[]
|
|
3364
3424
|
]
|
|
3365
3425
|
},
|
|
3366
|
-
{
|
|
3367
|
-
"id": "91c9037a75567e24",
|
|
3368
|
-
"type": "transform",
|
|
3369
|
-
"z": "5866424ac23291eb",
|
|
3370
|
-
"name": "",
|
|
3371
|
-
"actionSource": "JSON",
|
|
3372
|
-
"actionTarget": "Array",
|
|
3373
|
-
"sourceProperty": "msg.payload",
|
|
3374
|
-
"targetProperty": "msg.payload",
|
|
3375
|
-
"topicProperty": "msg.topic",
|
|
3376
|
-
"maxMessages": "10",
|
|
3377
|
-
"schema": "{\"type\":\"record\",\"fields\":[{\"name\":\"name\",\"type\":\"string\"}]}",
|
|
3378
|
-
"schemaType": "json",
|
|
3379
|
-
"skipLeading": 0,
|
|
3380
|
-
"skipTrailing": 0,
|
|
3381
|
-
"delimiter": ",",
|
|
3382
|
-
"compressionType": "setGzip",
|
|
3383
|
-
"x": 400,
|
|
3384
|
-
"y": 20,
|
|
3385
|
-
"wires": [
|
|
3386
|
-
[
|
|
3387
|
-
"93c7047f87bbf964"
|
|
3388
|
-
],
|
|
3389
|
-
[]
|
|
3390
|
-
]
|
|
3391
|
-
},
|
|
3392
|
-
{
|
|
3393
|
-
"id": "b1b8cccd0ff0026a",
|
|
3394
|
-
"type": "inject",
|
|
3395
|
-
"z": "5866424ac23291eb",
|
|
3396
|
-
"name": "json 0",
|
|
3397
|
-
"props": [
|
|
3398
|
-
{
|
|
3399
|
-
"p": "payload"
|
|
3400
|
-
},
|
|
3401
|
-
{
|
|
3402
|
-
"p": "topic",
|
|
3403
|
-
"vt": "str"
|
|
3404
|
-
}
|
|
3405
|
-
],
|
|
3406
|
-
"repeat": "",
|
|
3407
|
-
"crontab": "",
|
|
3408
|
-
"once": false,
|
|
3409
|
-
"onceDelay": 0.1,
|
|
3410
|
-
"topic": "json 0",
|
|
3411
|
-
"payload": "{\"item\":\"aaa\",\"item-2\":\"bbbb\",\"item-3\":{\"a\":1,\"item\":0}}",
|
|
3412
|
-
"payloadType": "json",
|
|
3413
|
-
"x": 70,
|
|
3414
|
-
"y": 80,
|
|
3415
|
-
"wires": [
|
|
3416
|
-
[
|
|
3417
|
-
"91c9037a75567e24"
|
|
3418
|
-
]
|
|
3419
|
-
]
|
|
3420
|
-
},
|
|
3421
3426
|
{
|
|
3422
3427
|
"id": "93c7047f87bbf964",
|
|
3423
3428
|
"type": "debug",
|
|
3424
3429
|
"z": "5866424ac23291eb",
|
|
3425
|
-
"name": "
|
|
3430
|
+
"name": "error",
|
|
3426
3431
|
"active": true,
|
|
3427
3432
|
"tosidebar": true,
|
|
3428
3433
|
"console": false,
|
|
@@ -3431,39 +3436,10 @@
|
|
|
3431
3436
|
"targetType": "full",
|
|
3432
3437
|
"statusVal": "",
|
|
3433
3438
|
"statusType": "auto",
|
|
3434
|
-
"x":
|
|
3435
|
-
"y":
|
|
3439
|
+
"x": 970,
|
|
3440
|
+
"y": 200,
|
|
3436
3441
|
"wires": []
|
|
3437
3442
|
},
|
|
3438
|
-
{
|
|
3439
|
-
"id": "9c00ca32910aa65b",
|
|
3440
|
-
"type": "inject",
|
|
3441
|
-
"z": "5866424ac23291eb",
|
|
3442
|
-
"name": "json 1",
|
|
3443
|
-
"props": [
|
|
3444
|
-
{
|
|
3445
|
-
"p": "payload"
|
|
3446
|
-
},
|
|
3447
|
-
{
|
|
3448
|
-
"p": "topic",
|
|
3449
|
-
"vt": "str"
|
|
3450
|
-
}
|
|
3451
|
-
],
|
|
3452
|
-
"repeat": "",
|
|
3453
|
-
"crontab": "",
|
|
3454
|
-
"once": false,
|
|
3455
|
-
"onceDelay": 0.1,
|
|
3456
|
-
"topic": "json 1",
|
|
3457
|
-
"payload": "{\"item\":\"aaa\",\"item-2\":\"bbbb\",\"item-3\":{\"a\":1,\"item\":0}}",
|
|
3458
|
-
"payloadType": "json",
|
|
3459
|
-
"x": 70,
|
|
3460
|
-
"y": 140,
|
|
3461
|
-
"wires": [
|
|
3462
|
-
[
|
|
3463
|
-
"de625a76baddbeab"
|
|
3464
|
-
]
|
|
3465
|
-
]
|
|
3466
|
-
},
|
|
3467
3443
|
{
|
|
3468
3444
|
"id": "de625a76baddbeab",
|
|
3469
3445
|
"type": "transform",
|
|
@@ -3481,214 +3457,228 @@
|
|
|
3481
3457
|
"skipTrailing": 0,
|
|
3482
3458
|
"delimiter": ",",
|
|
3483
3459
|
"compressionType": "setGzip",
|
|
3484
|
-
"x":
|
|
3485
|
-
"y":
|
|
3460
|
+
"x": 450,
|
|
3461
|
+
"y": 280,
|
|
3486
3462
|
"wires": [
|
|
3487
3463
|
[
|
|
3488
|
-
"
|
|
3464
|
+
"b8a38eb268a6e0c8"
|
|
3489
3465
|
],
|
|
3490
3466
|
[]
|
|
3491
3467
|
]
|
|
3492
3468
|
},
|
|
3493
3469
|
{
|
|
3494
|
-
"id": "
|
|
3495
|
-
"type": "
|
|
3470
|
+
"id": "911d448d61a99628",
|
|
3471
|
+
"type": "transform",
|
|
3496
3472
|
"z": "5866424ac23291eb",
|
|
3497
3473
|
"name": "",
|
|
3498
|
-
"
|
|
3499
|
-
|
|
3500
|
-
|
|
3501
|
-
|
|
3502
|
-
|
|
3503
|
-
|
|
3504
|
-
|
|
3505
|
-
|
|
3506
|
-
|
|
3507
|
-
"
|
|
3508
|
-
"
|
|
3509
|
-
"
|
|
3510
|
-
"
|
|
3511
|
-
"
|
|
3512
|
-
"payload": "[[1,2],[3,4]]",
|
|
3513
|
-
"payloadType": "json",
|
|
3514
|
-
"x": 120,
|
|
3515
|
-
"y": 20,
|
|
3474
|
+
"actionSource": "Array",
|
|
3475
|
+
"actionTarget": "HTML",
|
|
3476
|
+
"sourceProperty": "msg.payload",
|
|
3477
|
+
"targetProperty": "msg.payload",
|
|
3478
|
+
"topicProperty": "msg.topic",
|
|
3479
|
+
"maxMessages": 1000,
|
|
3480
|
+
"schema": "{\"type\":\"record\",\"fields\":[{\"name\":\"name\",\"type\":\"string\"}]}",
|
|
3481
|
+
"schemaType": "json",
|
|
3482
|
+
"skipLeading": 0,
|
|
3483
|
+
"skipTrailing": 0,
|
|
3484
|
+
"delimiter": ",",
|
|
3485
|
+
"compressionType": "setGzip",
|
|
3486
|
+
"x": 460,
|
|
3487
|
+
"y": 360,
|
|
3516
3488
|
"wires": [
|
|
3517
3489
|
[
|
|
3518
|
-
"
|
|
3519
|
-
|
|
3520
|
-
]
|
|
3490
|
+
"238111a6a4d2eb17"
|
|
3491
|
+
],
|
|
3492
|
+
[]
|
|
3521
3493
|
]
|
|
3522
3494
|
},
|
|
3523
3495
|
{
|
|
3524
|
-
"id": "
|
|
3525
|
-
"type": "
|
|
3496
|
+
"id": "238111a6a4d2eb17",
|
|
3497
|
+
"type": "test",
|
|
3526
3498
|
"z": "5866424ac23291eb",
|
|
3527
3499
|
"name": "",
|
|
3528
|
-
"
|
|
3529
|
-
|
|
3530
|
-
|
|
3531
|
-
|
|
3532
|
-
{
|
|
3533
|
-
"p": "topic",
|
|
3534
|
-
"vt": "str"
|
|
3535
|
-
}
|
|
3536
|
-
],
|
|
3537
|
-
"repeat": "",
|
|
3538
|
-
"crontab": "",
|
|
3539
|
-
"once": false,
|
|
3540
|
-
"onceDelay": 0.1,
|
|
3541
|
-
"topic": "[[1,2],[2,3]]",
|
|
3542
|
-
"payload": "[[1,2],[2,3]]",
|
|
3500
|
+
"errorFactor": 0,
|
|
3501
|
+
"escapeString": false,
|
|
3502
|
+
"infiniteIsNull": false,
|
|
3503
|
+
"payload": "[[1,2],[3,4]]",
|
|
3543
3504
|
"payloadType": "json",
|
|
3544
|
-
"
|
|
3545
|
-
"
|
|
3505
|
+
"result": "<table><tr><td><![CDATA[1]]></td><td><![CDATA[2]]></td></tr><tr><td><![CDATA[3]]></td><td><![CDATA[4]]></td></tr></table>",
|
|
3506
|
+
"resultType": "str",
|
|
3507
|
+
"resultProperty": "msg.payload",
|
|
3508
|
+
"topic": "",
|
|
3509
|
+
"x": 170,
|
|
3510
|
+
"y": 360,
|
|
3546
3511
|
"wires": [
|
|
3547
3512
|
[
|
|
3548
|
-
"de625a76baddbeab",
|
|
3549
3513
|
"911d448d61a99628"
|
|
3514
|
+
],
|
|
3515
|
+
[
|
|
3516
|
+
"93c7047f87bbf964"
|
|
3517
|
+
],
|
|
3518
|
+
[
|
|
3519
|
+
"4a732ba4ce49193b"
|
|
3550
3520
|
]
|
|
3551
3521
|
]
|
|
3552
3522
|
},
|
|
3553
3523
|
{
|
|
3554
|
-
"id": "
|
|
3555
|
-
"type": "
|
|
3524
|
+
"id": "4a732ba4ce49193b",
|
|
3525
|
+
"type": "test",
|
|
3556
3526
|
"z": "5866424ac23291eb",
|
|
3557
|
-
"name": "
|
|
3558
|
-
"
|
|
3559
|
-
|
|
3560
|
-
|
|
3561
|
-
|
|
3562
|
-
{
|
|
3563
|
-
"p": "topic",
|
|
3564
|
-
"v": "topic",
|
|
3565
|
-
"vt": "msg"
|
|
3566
|
-
}
|
|
3567
|
-
],
|
|
3568
|
-
"repeat": "",
|
|
3569
|
-
"crontab": "",
|
|
3570
|
-
"once": false,
|
|
3571
|
-
"onceDelay": 0.1,
|
|
3572
|
-
"topic": "",
|
|
3573
|
-
"payload": "[{\"item\":\"1\",\"item-2\":\"2\"},{\"item\":\"3\",\"item-1\":\"4\"},\"test\",[1,2,3]]",
|
|
3527
|
+
"name": "",
|
|
3528
|
+
"errorFactor": 0,
|
|
3529
|
+
"escapeString": false,
|
|
3530
|
+
"infiniteIsNull": false,
|
|
3531
|
+
"payload": "[[1,2],[3,4]]",
|
|
3574
3532
|
"payloadType": "json",
|
|
3575
|
-
"
|
|
3576
|
-
"
|
|
3533
|
+
"result": "[[\"0\",[[\"0\",1],[\"1\",2]]],[\"1\",[[\"0\",3],[\"1\",4]]]]",
|
|
3534
|
+
"resultType": "json",
|
|
3535
|
+
"resultProperty": "msg.payload",
|
|
3536
|
+
"topic": "",
|
|
3537
|
+
"x": 160,
|
|
3538
|
+
"y": 440,
|
|
3577
3539
|
"wires": [
|
|
3578
3540
|
[
|
|
3579
|
-
"
|
|
3541
|
+
"dd65575382bcf216"
|
|
3542
|
+
],
|
|
3543
|
+
[
|
|
3544
|
+
"93c7047f87bbf964"
|
|
3545
|
+
],
|
|
3546
|
+
[
|
|
3547
|
+
"b12a345acca22450"
|
|
3580
3548
|
]
|
|
3581
3549
|
]
|
|
3582
3550
|
},
|
|
3583
3551
|
{
|
|
3584
|
-
"id": "
|
|
3552
|
+
"id": "dd65575382bcf216",
|
|
3585
3553
|
"type": "transform",
|
|
3586
3554
|
"z": "5866424ac23291eb",
|
|
3587
3555
|
"name": "",
|
|
3588
|
-
"actionSource": "
|
|
3589
|
-
"
|
|
3556
|
+
"actionSource": "JSON",
|
|
3557
|
+
"deleteSource": "true",
|
|
3558
|
+
"deleteSourceType": "bool",
|
|
3559
|
+
"actionTarget": "Array",
|
|
3590
3560
|
"sourceProperty": "msg.payload",
|
|
3591
3561
|
"targetProperty": "msg.payload",
|
|
3592
3562
|
"topicProperty": "msg.topic",
|
|
3593
|
-
"
|
|
3563
|
+
"index": "",
|
|
3564
|
+
"maxMessages": "10",
|
|
3565
|
+
"maxDate": "",
|
|
3566
|
+
"minDate": "",
|
|
3567
|
+
"maxNumber": "",
|
|
3568
|
+
"minNumber": "",
|
|
3569
|
+
"maxString": "",
|
|
3570
|
+
"minString": "",
|
|
3571
|
+
"radix": "",
|
|
3594
3572
|
"schema": "{\"type\":\"record\",\"fields\":[{\"name\":\"name\",\"type\":\"string\"}]}",
|
|
3595
|
-
"schemaType": "
|
|
3573
|
+
"schemaType": "str",
|
|
3596
3574
|
"skipLeading": 0,
|
|
3597
3575
|
"skipTrailing": 0,
|
|
3576
|
+
"string": "",
|
|
3577
|
+
"stringType": "str",
|
|
3598
3578
|
"delimiter": ",",
|
|
3599
3579
|
"compressionType": "setGzip",
|
|
3600
3580
|
"x": 460,
|
|
3601
|
-
"y":
|
|
3581
|
+
"y": 440,
|
|
3602
3582
|
"wires": [
|
|
3603
3583
|
[
|
|
3604
|
-
"
|
|
3584
|
+
"4a732ba4ce49193b"
|
|
3605
3585
|
],
|
|
3606
|
-
[
|
|
3586
|
+
[
|
|
3587
|
+
"93c7047f87bbf964"
|
|
3588
|
+
]
|
|
3607
3589
|
]
|
|
3608
3590
|
},
|
|
3609
3591
|
{
|
|
3610
|
-
"id": "
|
|
3611
|
-
"type": "
|
|
3592
|
+
"id": "b12a345acca22450",
|
|
3593
|
+
"type": "test",
|
|
3612
3594
|
"z": "5866424ac23291eb",
|
|
3613
|
-
"name": "
|
|
3614
|
-
"
|
|
3615
|
-
"
|
|
3616
|
-
"
|
|
3617
|
-
"
|
|
3618
|
-
"complete": "true",
|
|
3619
|
-
"targetType": "full",
|
|
3620
|
-
"statusVal": "",
|
|
3621
|
-
"statusType": "auto",
|
|
3622
|
-
"x": 690,
|
|
3623
|
-
"y": 300,
|
|
3624
|
-
"wires": []
|
|
3625
|
-
},
|
|
3626
|
-
{
|
|
3627
|
-
"id": "2a9b4180.1b8ffe",
|
|
3628
|
-
"type": "inject",
|
|
3629
|
-
"z": "924bb2b7.03fd1",
|
|
3630
|
-
"name": "json xcel worksheets",
|
|
3631
|
-
"props": [
|
|
3632
|
-
{
|
|
3633
|
-
"p": "payload"
|
|
3634
|
-
},
|
|
3635
|
-
{
|
|
3636
|
-
"p": "topic",
|
|
3637
|
-
"vt": "str"
|
|
3638
|
-
}
|
|
3639
|
-
],
|
|
3640
|
-
"repeat": "",
|
|
3641
|
-
"crontab": "",
|
|
3642
|
-
"once": false,
|
|
3643
|
-
"onceDelay": 0.1,
|
|
3644
|
-
"topic": "",
|
|
3645
|
-
"payload": "{\"worksheet1\":[[11,12],[21,22],[31,32]],\"worksheet2\":[[11,12],[21,22]]}",
|
|
3595
|
+
"name": "",
|
|
3596
|
+
"errorFactor": 0,
|
|
3597
|
+
"escapeString": false,
|
|
3598
|
+
"infiniteIsNull": false,
|
|
3599
|
+
"payload": "{\"item\":\"aaa\",\"item-2\":\"bbbb\",\"item-3\":{\"a\":1,\"item\":0}}",
|
|
3646
3600
|
"payloadType": "json",
|
|
3647
|
-
"
|
|
3648
|
-
"
|
|
3601
|
+
"result": "[[\"item\",\"aaa\"],[\"item-2\",\"bbbb\"],[\"item-3\",[[\"a\",1],[\"item\",0]]]]",
|
|
3602
|
+
"resultType": "json",
|
|
3603
|
+
"resultProperty": "msg.payload",
|
|
3604
|
+
"topic": "",
|
|
3605
|
+
"x": 170,
|
|
3606
|
+
"y": 520,
|
|
3649
3607
|
"wires": [
|
|
3650
3608
|
[
|
|
3651
|
-
"
|
|
3652
|
-
]
|
|
3609
|
+
"0ce4bc8bf5d5705a"
|
|
3610
|
+
],
|
|
3611
|
+
[
|
|
3612
|
+
"93c7047f87bbf964"
|
|
3613
|
+
],
|
|
3614
|
+
[]
|
|
3653
3615
|
]
|
|
3654
3616
|
},
|
|
3655
3617
|
{
|
|
3656
|
-
"id": "
|
|
3618
|
+
"id": "0ce4bc8bf5d5705a",
|
|
3657
3619
|
"type": "transform",
|
|
3658
|
-
"z": "
|
|
3620
|
+
"z": "5866424ac23291eb",
|
|
3659
3621
|
"name": "",
|
|
3660
|
-
"actionSource": "
|
|
3661
|
-
"actionTarget": "
|
|
3622
|
+
"actionSource": "JSON",
|
|
3623
|
+
"actionTarget": "Array",
|
|
3662
3624
|
"sourceProperty": "msg.payload",
|
|
3663
|
-
"targetProperty": "msg.
|
|
3625
|
+
"targetProperty": "msg.payload",
|
|
3664
3626
|
"topicProperty": "msg.topic",
|
|
3665
|
-
"maxMessages":
|
|
3627
|
+
"maxMessages": "10",
|
|
3666
3628
|
"schema": "{\"type\":\"record\",\"fields\":[{\"name\":\"name\",\"type\":\"string\"}]}",
|
|
3667
3629
|
"schemaType": "json",
|
|
3668
3630
|
"skipLeading": 0,
|
|
3669
3631
|
"skipTrailing": 0,
|
|
3670
3632
|
"delimiter": ",",
|
|
3671
|
-
"
|
|
3672
|
-
"
|
|
3633
|
+
"compressionType": "setGzip",
|
|
3634
|
+
"x": 460,
|
|
3635
|
+
"y": 520,
|
|
3673
3636
|
"wires": [
|
|
3674
3637
|
[
|
|
3675
|
-
"
|
|
3676
|
-
"7bde11d2.378e6"
|
|
3638
|
+
"b12a345acca22450"
|
|
3677
3639
|
],
|
|
3678
3640
|
[
|
|
3679
|
-
"
|
|
3641
|
+
"93c7047f87bbf964"
|
|
3680
3642
|
]
|
|
3681
3643
|
]
|
|
3682
3644
|
},
|
|
3683
3645
|
{
|
|
3684
|
-
"id": "
|
|
3646
|
+
"id": "16fb26ead524acd9",
|
|
3647
|
+
"type": "test",
|
|
3648
|
+
"z": "5866424ac23291eb",
|
|
3649
|
+
"name": "",
|
|
3650
|
+
"errorFactor": 0,
|
|
3651
|
+
"escapeString": false,
|
|
3652
|
+
"infiniteIsNull": false,
|
|
3653
|
+
"payload": "{\"item\":\"aaa\",\"item-2\":\"bbbb\",\"item-3\":{\"a\":1,\"item\":0}}",
|
|
3654
|
+
"payloadType": "json",
|
|
3655
|
+
"result": "{\"item\":\"aaa\",\"item-2\":\"bbbb\",\"item-3\":{\"a\":1,\"item\":0}}",
|
|
3656
|
+
"resultType": "str",
|
|
3657
|
+
"resultProperty": "msg.payload",
|
|
3658
|
+
"topic": "",
|
|
3659
|
+
"x": 170,
|
|
3660
|
+
"y": 40,
|
|
3661
|
+
"wires": [
|
|
3662
|
+
[
|
|
3663
|
+
"22615f5fec6c0175"
|
|
3664
|
+
],
|
|
3665
|
+
[
|
|
3666
|
+
"93c7047f87bbf964"
|
|
3667
|
+
],
|
|
3668
|
+
[
|
|
3669
|
+
"2d70fc47c71dc4a7"
|
|
3670
|
+
]
|
|
3671
|
+
]
|
|
3672
|
+
},
|
|
3673
|
+
{
|
|
3674
|
+
"id": "22615f5fec6c0175",
|
|
3685
3675
|
"type": "transform",
|
|
3686
|
-
"z": "
|
|
3676
|
+
"z": "5866424ac23291eb",
|
|
3687
3677
|
"name": "",
|
|
3688
|
-
"actionSource": "
|
|
3689
|
-
"actionTarget": "
|
|
3678
|
+
"actionSource": "JSON",
|
|
3679
|
+
"actionTarget": "CSV",
|
|
3690
3680
|
"sourceProperty": "msg.payload",
|
|
3691
|
-
"targetProperty": "msg.
|
|
3681
|
+
"targetProperty": "msg.payload",
|
|
3692
3682
|
"topicProperty": "msg.topic",
|
|
3693
3683
|
"maxMessages": 1000,
|
|
3694
3684
|
"schema": "{\"type\":\"record\",\"fields\":[{\"name\":\"name\",\"type\":\"string\"}]}",
|
|
@@ -3696,26 +3686,55 @@
|
|
|
3696
3686
|
"skipLeading": 0,
|
|
3697
3687
|
"skipTrailing": 0,
|
|
3698
3688
|
"delimiter": ",",
|
|
3699
|
-
"
|
|
3689
|
+
"compressionType": "setGzip",
|
|
3690
|
+
"x": 450,
|
|
3691
|
+
"y": 40,
|
|
3692
|
+
"wires": [
|
|
3693
|
+
[
|
|
3694
|
+
"16fb26ead524acd9"
|
|
3695
|
+
],
|
|
3696
|
+
[
|
|
3697
|
+
"93c7047f87bbf964"
|
|
3698
|
+
]
|
|
3699
|
+
]
|
|
3700
|
+
},
|
|
3701
|
+
{
|
|
3702
|
+
"id": "2d70fc47c71dc4a7",
|
|
3703
|
+
"type": "test",
|
|
3704
|
+
"z": "5866424ac23291eb",
|
|
3705
|
+
"name": "",
|
|
3706
|
+
"errorFactor": 0,
|
|
3707
|
+
"escapeString": true,
|
|
3708
|
+
"infiniteIsNull": false,
|
|
3709
|
+
"payload": "[[1,2],[2,3]]",
|
|
3710
|
+
"payloadType": "json",
|
|
3711
|
+
"result": "1,2\\n2,3",
|
|
3712
|
+
"resultType": "str",
|
|
3713
|
+
"resultProperty": "msg.payload",
|
|
3714
|
+
"topic": "",
|
|
3715
|
+
"x": 150,
|
|
3700
3716
|
"y": 120,
|
|
3701
3717
|
"wires": [
|
|
3702
3718
|
[
|
|
3703
|
-
"
|
|
3719
|
+
"e2379b2107153487"
|
|
3704
3720
|
],
|
|
3705
3721
|
[
|
|
3706
|
-
"
|
|
3722
|
+
"93c7047f87bbf964"
|
|
3723
|
+
],
|
|
3724
|
+
[
|
|
3725
|
+
"2a05da2094352897"
|
|
3707
3726
|
]
|
|
3708
3727
|
]
|
|
3709
3728
|
},
|
|
3710
3729
|
{
|
|
3711
|
-
"id": "
|
|
3730
|
+
"id": "e2379b2107153487",
|
|
3712
3731
|
"type": "transform",
|
|
3713
|
-
"z": "
|
|
3732
|
+
"z": "5866424ac23291eb",
|
|
3714
3733
|
"name": "",
|
|
3715
|
-
"actionSource": "
|
|
3716
|
-
"actionTarget": "
|
|
3717
|
-
"sourceProperty": "msg.
|
|
3718
|
-
"targetProperty": "msg.
|
|
3734
|
+
"actionSource": "JSON",
|
|
3735
|
+
"actionTarget": "CSV",
|
|
3736
|
+
"sourceProperty": "msg.payload",
|
|
3737
|
+
"targetProperty": "msg.payload",
|
|
3719
3738
|
"topicProperty": "msg.topic",
|
|
3720
3739
|
"maxMessages": 1000,
|
|
3721
3740
|
"schema": "{\"type\":\"record\",\"fields\":[{\"name\":\"name\",\"type\":\"string\"}]}",
|
|
@@ -3723,26 +3742,27 @@
|
|
|
3723
3742
|
"skipLeading": 0,
|
|
3724
3743
|
"skipTrailing": 0,
|
|
3725
3744
|
"delimiter": ",",
|
|
3726
|
-
"
|
|
3727
|
-
"
|
|
3745
|
+
"compressionType": "setGzip",
|
|
3746
|
+
"x": 450,
|
|
3747
|
+
"y": 120,
|
|
3728
3748
|
"wires": [
|
|
3729
3749
|
[
|
|
3730
|
-
"
|
|
3750
|
+
"2d70fc47c71dc4a7"
|
|
3731
3751
|
],
|
|
3732
3752
|
[
|
|
3733
|
-
"
|
|
3753
|
+
"93c7047f87bbf964"
|
|
3734
3754
|
]
|
|
3735
3755
|
]
|
|
3736
3756
|
},
|
|
3737
3757
|
{
|
|
3738
|
-
"id": "
|
|
3758
|
+
"id": "bb791331d4215f9d",
|
|
3739
3759
|
"type": "transform",
|
|
3740
|
-
"z": "
|
|
3760
|
+
"z": "5866424ac23291eb",
|
|
3741
3761
|
"name": "",
|
|
3742
|
-
"actionSource": "
|
|
3743
|
-
"actionTarget": "
|
|
3744
|
-
"sourceProperty": "msg.
|
|
3745
|
-
"targetProperty": "msg.
|
|
3762
|
+
"actionSource": "Array",
|
|
3763
|
+
"actionTarget": "HTML",
|
|
3764
|
+
"sourceProperty": "msg.payload",
|
|
3765
|
+
"targetProperty": "msg.payload",
|
|
3746
3766
|
"topicProperty": "msg.topic",
|
|
3747
3767
|
"maxMessages": 1000,
|
|
3748
3768
|
"schema": "{\"type\":\"record\",\"fields\":[{\"name\":\"name\",\"type\":\"string\"}]}",
|
|
@@ -3750,128 +3770,249 @@
|
|
|
3750
3770
|
"skipLeading": 0,
|
|
3751
3771
|
"skipTrailing": 0,
|
|
3752
3772
|
"delimiter": ",",
|
|
3753
|
-
"
|
|
3754
|
-
"
|
|
3773
|
+
"compressionType": "setGzip",
|
|
3774
|
+
"x": 460,
|
|
3775
|
+
"y": 200,
|
|
3755
3776
|
"wires": [
|
|
3756
3777
|
[
|
|
3757
|
-
"
|
|
3778
|
+
"2a05da2094352897"
|
|
3758
3779
|
],
|
|
3759
|
-
[
|
|
3780
|
+
[
|
|
3781
|
+
"93c7047f87bbf964"
|
|
3782
|
+
]
|
|
3760
3783
|
]
|
|
3761
3784
|
},
|
|
3762
3785
|
{
|
|
3763
|
-
"id": "
|
|
3764
|
-
"type": "
|
|
3765
|
-
"z": "
|
|
3766
|
-
"name": "base",
|
|
3767
|
-
"active": true,
|
|
3768
|
-
"tosidebar": true,
|
|
3769
|
-
"console": false,
|
|
3770
|
-
"tostatus": false,
|
|
3771
|
-
"complete": "true",
|
|
3772
|
-
"targetType": "full",
|
|
3773
|
-
"statusVal": "",
|
|
3774
|
-
"statusType": "auto",
|
|
3775
|
-
"x": 870,
|
|
3776
|
-
"y": 60,
|
|
3777
|
-
"wires": []
|
|
3778
|
-
},
|
|
3779
|
-
{
|
|
3780
|
-
"id": "3db2b919.ea68d6",
|
|
3781
|
-
"type": "debug",
|
|
3782
|
-
"z": "924bb2b7.03fd1",
|
|
3786
|
+
"id": "2a05da2094352897",
|
|
3787
|
+
"type": "test",
|
|
3788
|
+
"z": "5866424ac23291eb",
|
|
3783
3789
|
"name": "",
|
|
3784
|
-
"
|
|
3785
|
-
"
|
|
3786
|
-
"
|
|
3787
|
-
"
|
|
3788
|
-
"
|
|
3789
|
-
"
|
|
3790
|
-
"
|
|
3791
|
-
"
|
|
3792
|
-
"
|
|
3793
|
-
"
|
|
3794
|
-
"
|
|
3790
|
+
"errorFactor": 0,
|
|
3791
|
+
"escapeString": false,
|
|
3792
|
+
"infiniteIsNull": false,
|
|
3793
|
+
"payload": "[[1,2],[2,3]]",
|
|
3794
|
+
"payloadType": "json",
|
|
3795
|
+
"result": "<table><tr><td><![CDATA[1]]></td><td><![CDATA[2]]></td></tr><tr><td><![CDATA[2]]></td><td><![CDATA[3]]></td></tr></table>",
|
|
3796
|
+
"resultType": "str",
|
|
3797
|
+
"resultProperty": "msg.payload",
|
|
3798
|
+
"topic": "",
|
|
3799
|
+
"x": 170,
|
|
3800
|
+
"y": 200,
|
|
3801
|
+
"wires": [
|
|
3802
|
+
[
|
|
3803
|
+
"bb791331d4215f9d"
|
|
3804
|
+
],
|
|
3805
|
+
[
|
|
3806
|
+
"93c7047f87bbf964"
|
|
3807
|
+
],
|
|
3808
|
+
[
|
|
3809
|
+
"b8a38eb268a6e0c8"
|
|
3810
|
+
]
|
|
3811
|
+
]
|
|
3795
3812
|
},
|
|
3796
3813
|
{
|
|
3797
|
-
"id": "
|
|
3798
|
-
"type": "
|
|
3799
|
-
"z": "
|
|
3814
|
+
"id": "b8a38eb268a6e0c8",
|
|
3815
|
+
"type": "test",
|
|
3816
|
+
"z": "5866424ac23291eb",
|
|
3800
3817
|
"name": "",
|
|
3801
|
-
"
|
|
3802
|
-
|
|
3803
|
-
|
|
3804
|
-
|
|
3805
|
-
|
|
3806
|
-
|
|
3807
|
-
|
|
3808
|
-
|
|
3809
|
-
],
|
|
3810
|
-
"repeat": "",
|
|
3811
|
-
"crontab": "",
|
|
3812
|
-
"once": false,
|
|
3813
|
-
"onceDelay": 0.1,
|
|
3818
|
+
"errorFactor": 0,
|
|
3819
|
+
"escapeString": true,
|
|
3820
|
+
"infiniteIsNull": false,
|
|
3821
|
+
"payload": "[{\"item\":\"1\",\"item-2\":\"2\"},{\"item\":\"3\",\"item-1\":\"4\"},\"test\",[1,2,3]]",
|
|
3822
|
+
"payloadType": "json",
|
|
3823
|
+
"result": "item,item-1,item-2\\n1,,2\\n3,4,\\n,,,\"test\"\\n,,,[1,2,3]",
|
|
3824
|
+
"resultType": "str",
|
|
3825
|
+
"resultProperty": "msg.payload",
|
|
3814
3826
|
"topic": "",
|
|
3815
|
-
"
|
|
3816
|
-
"
|
|
3817
|
-
"x": 110,
|
|
3818
|
-
"y": 100,
|
|
3827
|
+
"x": 170,
|
|
3828
|
+
"y": 280,
|
|
3819
3829
|
"wires": [
|
|
3820
3830
|
[
|
|
3821
|
-
"
|
|
3831
|
+
"de625a76baddbeab"
|
|
3832
|
+
],
|
|
3833
|
+
[
|
|
3834
|
+
"93c7047f87bbf964"
|
|
3835
|
+
],
|
|
3836
|
+
[
|
|
3837
|
+
"238111a6a4d2eb17"
|
|
3822
3838
|
]
|
|
3823
3839
|
]
|
|
3824
3840
|
},
|
|
3825
3841
|
{
|
|
3826
|
-
"id": "
|
|
3842
|
+
"id": "49b2ad130416e0a0",
|
|
3827
3843
|
"type": "transform",
|
|
3828
|
-
"z": "
|
|
3844
|
+
"z": "1374c39ae82adb4e",
|
|
3845
|
+
"g": "680198a3be420949",
|
|
3829
3846
|
"name": "",
|
|
3830
|
-
"actionSource": "
|
|
3831
|
-
"
|
|
3832
|
-
"
|
|
3833
|
-
"
|
|
3847
|
+
"actionSource": "String",
|
|
3848
|
+
"deleteSource": "false",
|
|
3849
|
+
"deleteSourceType": "bool",
|
|
3850
|
+
"actionTarget": "Date",
|
|
3851
|
+
"sourceProperty": "msg.payload.testDate",
|
|
3852
|
+
"targetProperty": "msg.payload.typedDate",
|
|
3834
3853
|
"topicProperty": "msg.topic",
|
|
3854
|
+
"index": 0,
|
|
3835
3855
|
"maxMessages": 1000,
|
|
3856
|
+
"maxDate": "",
|
|
3857
|
+
"minDate": "",
|
|
3858
|
+
"maxNumber": 0,
|
|
3859
|
+
"minNumber": 0,
|
|
3860
|
+
"maxString": "",
|
|
3861
|
+
"minString": "",
|
|
3862
|
+
"radix": 10,
|
|
3836
3863
|
"schema": "{\"type\":\"record\",\"fields\":[{\"name\":\"name\",\"type\":\"string\"}]}",
|
|
3837
|
-
"schemaType": "
|
|
3864
|
+
"schemaType": "str",
|
|
3838
3865
|
"skipLeading": 0,
|
|
3839
3866
|
"skipTrailing": 0,
|
|
3867
|
+
"string": "",
|
|
3868
|
+
"stringType": "str",
|
|
3840
3869
|
"delimiter": ",",
|
|
3841
3870
|
"compressionType": "setGzip",
|
|
3842
|
-
"x":
|
|
3843
|
-
"y":
|
|
3871
|
+
"x": 350,
|
|
3872
|
+
"y": 60,
|
|
3844
3873
|
"wires": [
|
|
3845
3874
|
[
|
|
3846
|
-
"
|
|
3847
|
-
"8137c393bddb08a1"
|
|
3875
|
+
"8623ee29d4c12529"
|
|
3848
3876
|
],
|
|
3849
|
-
[
|
|
3850
|
-
"10a0adbf5535121a"
|
|
3851
|
-
]
|
|
3877
|
+
[]
|
|
3852
3878
|
]
|
|
3853
3879
|
},
|
|
3854
3880
|
{
|
|
3855
|
-
"id": "
|
|
3881
|
+
"id": "8623ee29d4c12529",
|
|
3882
|
+
"type": "transform",
|
|
3883
|
+
"z": "1374c39ae82adb4e",
|
|
3884
|
+
"g": "680198a3be420949",
|
|
3885
|
+
"name": "",
|
|
3886
|
+
"actionSource": "Date",
|
|
3887
|
+
"deleteSource": "false",
|
|
3888
|
+
"deleteSourceType": "bool",
|
|
3889
|
+
"actionTarget": "isBetween",
|
|
3890
|
+
"sourceProperty": "msg.payload.typedDate",
|
|
3891
|
+
"targetProperty": "msg.payload.result",
|
|
3892
|
+
"topicProperty": "msg.topic",
|
|
3893
|
+
"index": 0,
|
|
3894
|
+
"maxMessages": 1000,
|
|
3895
|
+
"maxDate": "2025-04-29",
|
|
3896
|
+
"minDate": "2025-04-21",
|
|
3897
|
+
"maxNumber": 0,
|
|
3898
|
+
"minNumber": 0,
|
|
3899
|
+
"maxString": "",
|
|
3900
|
+
"minString": "",
|
|
3901
|
+
"radix": 10,
|
|
3902
|
+
"schema": "{\"type\":\"record\",\"fields\":[{\"name\":\"name\",\"type\":\"string\"}]}",
|
|
3903
|
+
"schemaType": "str",
|
|
3904
|
+
"skipLeading": 0,
|
|
3905
|
+
"skipTrailing": 0,
|
|
3906
|
+
"string": "",
|
|
3907
|
+
"stringType": "str",
|
|
3908
|
+
"delimiter": ",",
|
|
3909
|
+
"compressionType": "setGzip",
|
|
3910
|
+
"x": 590,
|
|
3911
|
+
"y": 80,
|
|
3912
|
+
"wires": [
|
|
3913
|
+
[
|
|
3914
|
+
"c81d74aeb883cd43"
|
|
3915
|
+
],
|
|
3916
|
+
[
|
|
3917
|
+
"94c3bd1cdaed91d7"
|
|
3918
|
+
]
|
|
3919
|
+
]
|
|
3920
|
+
},
|
|
3921
|
+
{
|
|
3922
|
+
"id": "d6dab95d41cd38af",
|
|
3923
|
+
"type": "link in",
|
|
3924
|
+
"z": "1374c39ae82adb4e",
|
|
3925
|
+
"g": "680198a3be420949",
|
|
3926
|
+
"name": "is Between",
|
|
3927
|
+
"links": [],
|
|
3928
|
+
"x": 185,
|
|
3929
|
+
"y": 60,
|
|
3930
|
+
"wires": [
|
|
3931
|
+
[
|
|
3932
|
+
"49b2ad130416e0a0"
|
|
3933
|
+
]
|
|
3934
|
+
]
|
|
3935
|
+
},
|
|
3936
|
+
{
|
|
3937
|
+
"id": "c81d74aeb883cd43",
|
|
3938
|
+
"type": "link out",
|
|
3939
|
+
"z": "1374c39ae82adb4e",
|
|
3940
|
+
"g": "680198a3be420949",
|
|
3941
|
+
"name": "link out 1",
|
|
3942
|
+
"mode": "return",
|
|
3943
|
+
"links": [],
|
|
3944
|
+
"x": 865,
|
|
3945
|
+
"y": 40,
|
|
3946
|
+
"wires": []
|
|
3947
|
+
},
|
|
3948
|
+
{
|
|
3949
|
+
"id": "94c3bd1cdaed91d7",
|
|
3856
3950
|
"type": "debug",
|
|
3857
|
-
"z": "
|
|
3858
|
-
"
|
|
3951
|
+
"z": "1374c39ae82adb4e",
|
|
3952
|
+
"g": "680198a3be420949",
|
|
3953
|
+
"name": "error",
|
|
3859
3954
|
"active": true,
|
|
3860
3955
|
"tosidebar": true,
|
|
3861
3956
|
"console": false,
|
|
3862
3957
|
"tostatus": false,
|
|
3863
|
-
"complete": "
|
|
3864
|
-
"targetType": "
|
|
3958
|
+
"complete": "true",
|
|
3959
|
+
"targetType": "full",
|
|
3865
3960
|
"statusVal": "",
|
|
3866
3961
|
"statusType": "auto",
|
|
3867
|
-
"x":
|
|
3962
|
+
"x": 790,
|
|
3868
3963
|
"y": 100,
|
|
3869
3964
|
"wires": []
|
|
3870
3965
|
},
|
|
3871
3966
|
{
|
|
3872
|
-
"id": "
|
|
3967
|
+
"id": "cafcd8870a79cace",
|
|
3968
|
+
"type": "link call",
|
|
3969
|
+
"z": "1374c39ae82adb4e",
|
|
3970
|
+
"name": "",
|
|
3971
|
+
"links": [
|
|
3972
|
+
"d6dab95d41cd38af"
|
|
3973
|
+
],
|
|
3974
|
+
"linkType": "static",
|
|
3975
|
+
"timeout": "30",
|
|
3976
|
+
"x": 470,
|
|
3977
|
+
"y": 240,
|
|
3978
|
+
"wires": [
|
|
3979
|
+
[
|
|
3980
|
+
"d96341af5b44e199"
|
|
3981
|
+
]
|
|
3982
|
+
]
|
|
3983
|
+
},
|
|
3984
|
+
{
|
|
3985
|
+
"id": "d96341af5b44e199",
|
|
3986
|
+
"type": "test",
|
|
3987
|
+
"z": "1374c39ae82adb4e",
|
|
3988
|
+
"name": "2025-03-01",
|
|
3989
|
+
"errorFactor": 0,
|
|
3990
|
+
"escapeString": false,
|
|
3991
|
+
"infiniteIsNull": false,
|
|
3992
|
+
"payload": "{\"testDate\":\"2025-03-01\"}",
|
|
3993
|
+
"payloadType": "json",
|
|
3994
|
+
"result": "false",
|
|
3995
|
+
"resultType": "bool",
|
|
3996
|
+
"resultProperty": "msg.payload.result",
|
|
3997
|
+
"topic": "",
|
|
3998
|
+
"x": 190,
|
|
3999
|
+
"y": 240,
|
|
4000
|
+
"wires": [
|
|
4001
|
+
[
|
|
4002
|
+
"cafcd8870a79cace"
|
|
4003
|
+
],
|
|
4004
|
+
[
|
|
4005
|
+
"b60875427c4e1dab"
|
|
4006
|
+
],
|
|
4007
|
+
[
|
|
4008
|
+
"98edd0a964987b88"
|
|
4009
|
+
]
|
|
4010
|
+
]
|
|
4011
|
+
},
|
|
4012
|
+
{
|
|
4013
|
+
"id": "b60875427c4e1dab",
|
|
3873
4014
|
"type": "debug",
|
|
3874
|
-
"z": "
|
|
4015
|
+
"z": "1374c39ae82adb4e",
|
|
3875
4016
|
"name": "error",
|
|
3876
4017
|
"active": true,
|
|
3877
4018
|
"tosidebar": true,
|
|
@@ -3881,158 +4022,2737 @@
|
|
|
3881
4022
|
"targetType": "full",
|
|
3882
4023
|
"statusVal": "",
|
|
3883
4024
|
"statusType": "auto",
|
|
4025
|
+
"x": 450,
|
|
4026
|
+
"y": 180,
|
|
4027
|
+
"wires": []
|
|
4028
|
+
},
|
|
4029
|
+
{
|
|
4030
|
+
"id": "003f183644c0d375",
|
|
4031
|
+
"type": "link call",
|
|
4032
|
+
"z": "1374c39ae82adb4e",
|
|
4033
|
+
"name": "",
|
|
4034
|
+
"links": [
|
|
4035
|
+
"d6dab95d41cd38af"
|
|
4036
|
+
],
|
|
4037
|
+
"linkType": "static",
|
|
4038
|
+
"timeout": "30",
|
|
4039
|
+
"x": 470,
|
|
4040
|
+
"y": 340,
|
|
4041
|
+
"wires": [
|
|
4042
|
+
[
|
|
4043
|
+
"98edd0a964987b88"
|
|
4044
|
+
]
|
|
4045
|
+
]
|
|
4046
|
+
},
|
|
4047
|
+
{
|
|
4048
|
+
"id": "98edd0a964987b88",
|
|
4049
|
+
"type": "test",
|
|
4050
|
+
"z": "1374c39ae82adb4e",
|
|
4051
|
+
"name": "2025-04-21",
|
|
4052
|
+
"errorFactor": 0,
|
|
4053
|
+
"escapeString": false,
|
|
4054
|
+
"infiniteIsNull": false,
|
|
4055
|
+
"payload": "{\"testDate\":\"2025-04-21\"}",
|
|
4056
|
+
"payloadType": "json",
|
|
4057
|
+
"result": "true",
|
|
4058
|
+
"resultType": "bool",
|
|
4059
|
+
"resultProperty": "msg.payload.result",
|
|
4060
|
+
"topic": "",
|
|
4061
|
+
"x": 190,
|
|
4062
|
+
"y": 340,
|
|
4063
|
+
"wires": [
|
|
4064
|
+
[
|
|
4065
|
+
"003f183644c0d375"
|
|
4066
|
+
],
|
|
4067
|
+
[
|
|
4068
|
+
"b60875427c4e1dab"
|
|
4069
|
+
],
|
|
4070
|
+
[
|
|
4071
|
+
"0fa488a51c3f56c4"
|
|
4072
|
+
]
|
|
4073
|
+
]
|
|
4074
|
+
},
|
|
4075
|
+
{
|
|
4076
|
+
"id": "4cf4ccedc39cf6e8",
|
|
4077
|
+
"type": "link call",
|
|
4078
|
+
"z": "1374c39ae82adb4e",
|
|
4079
|
+
"name": "",
|
|
4080
|
+
"links": [
|
|
4081
|
+
"d6dab95d41cd38af"
|
|
4082
|
+
],
|
|
4083
|
+
"linkType": "static",
|
|
4084
|
+
"timeout": "30",
|
|
4085
|
+
"x": 470,
|
|
4086
|
+
"y": 440,
|
|
4087
|
+
"wires": [
|
|
4088
|
+
[
|
|
4089
|
+
"0fa488a51c3f56c4"
|
|
4090
|
+
]
|
|
4091
|
+
]
|
|
4092
|
+
},
|
|
4093
|
+
{
|
|
4094
|
+
"id": "0fa488a51c3f56c4",
|
|
4095
|
+
"type": "test",
|
|
4096
|
+
"z": "1374c39ae82adb4e",
|
|
4097
|
+
"name": "2025-04-24",
|
|
4098
|
+
"errorFactor": 0,
|
|
4099
|
+
"escapeString": false,
|
|
4100
|
+
"infiniteIsNull": false,
|
|
4101
|
+
"payload": "{\"testDate\":\"2025-04-24\"}",
|
|
4102
|
+
"payloadType": "json",
|
|
4103
|
+
"result": "true",
|
|
4104
|
+
"resultType": "bool",
|
|
4105
|
+
"resultProperty": "msg.payload.result",
|
|
4106
|
+
"topic": "",
|
|
4107
|
+
"x": 190,
|
|
4108
|
+
"y": 440,
|
|
4109
|
+
"wires": [
|
|
4110
|
+
[
|
|
4111
|
+
"4cf4ccedc39cf6e8"
|
|
4112
|
+
],
|
|
4113
|
+
[
|
|
4114
|
+
"b60875427c4e1dab"
|
|
4115
|
+
],
|
|
4116
|
+
[
|
|
4117
|
+
"332ab8ee7e19c841"
|
|
4118
|
+
]
|
|
4119
|
+
]
|
|
4120
|
+
},
|
|
4121
|
+
{
|
|
4122
|
+
"id": "c9df9f01c0c55032",
|
|
4123
|
+
"type": "link call",
|
|
4124
|
+
"z": "1374c39ae82adb4e",
|
|
4125
|
+
"name": "",
|
|
4126
|
+
"links": [
|
|
4127
|
+
"d6dab95d41cd38af"
|
|
4128
|
+
],
|
|
4129
|
+
"linkType": "static",
|
|
4130
|
+
"timeout": "30",
|
|
4131
|
+
"x": 470,
|
|
4132
|
+
"y": 520,
|
|
4133
|
+
"wires": [
|
|
4134
|
+
[
|
|
4135
|
+
"332ab8ee7e19c841"
|
|
4136
|
+
]
|
|
4137
|
+
]
|
|
4138
|
+
},
|
|
4139
|
+
{
|
|
4140
|
+
"id": "332ab8ee7e19c841",
|
|
4141
|
+
"type": "test",
|
|
4142
|
+
"z": "1374c39ae82adb4e",
|
|
4143
|
+
"name": "2025-04-29",
|
|
4144
|
+
"errorFactor": 0,
|
|
4145
|
+
"escapeString": false,
|
|
4146
|
+
"infiniteIsNull": false,
|
|
4147
|
+
"payload": "{\"testDate\":\"2025-04-29\"}",
|
|
4148
|
+
"payloadType": "json",
|
|
4149
|
+
"result": "true",
|
|
4150
|
+
"resultType": "bool",
|
|
4151
|
+
"resultProperty": "msg.payload.result",
|
|
4152
|
+
"topic": "",
|
|
4153
|
+
"x": 190,
|
|
4154
|
+
"y": 520,
|
|
4155
|
+
"wires": [
|
|
4156
|
+
[
|
|
4157
|
+
"c9df9f01c0c55032"
|
|
4158
|
+
],
|
|
4159
|
+
[
|
|
4160
|
+
"b60875427c4e1dab"
|
|
4161
|
+
],
|
|
4162
|
+
[
|
|
4163
|
+
"0b4da0663cfc792f"
|
|
4164
|
+
]
|
|
4165
|
+
]
|
|
4166
|
+
},
|
|
4167
|
+
{
|
|
4168
|
+
"id": "559cd028a850dd99",
|
|
4169
|
+
"type": "link call",
|
|
4170
|
+
"z": "1374c39ae82adb4e",
|
|
4171
|
+
"name": "",
|
|
4172
|
+
"links": [
|
|
4173
|
+
"d6dab95d41cd38af"
|
|
4174
|
+
],
|
|
4175
|
+
"linkType": "static",
|
|
4176
|
+
"timeout": "30",
|
|
4177
|
+
"x": 470,
|
|
4178
|
+
"y": 600,
|
|
4179
|
+
"wires": [
|
|
4180
|
+
[
|
|
4181
|
+
"0b4da0663cfc792f"
|
|
4182
|
+
]
|
|
4183
|
+
]
|
|
4184
|
+
},
|
|
4185
|
+
{
|
|
4186
|
+
"id": "0b4da0663cfc792f",
|
|
4187
|
+
"type": "test",
|
|
4188
|
+
"z": "1374c39ae82adb4e",
|
|
4189
|
+
"name": "2025-04-30",
|
|
4190
|
+
"errorFactor": 0,
|
|
4191
|
+
"escapeString": false,
|
|
4192
|
+
"infiniteIsNull": false,
|
|
4193
|
+
"payload": "{\"testDate\":\"2025-04-30\"}",
|
|
4194
|
+
"payloadType": "json",
|
|
4195
|
+
"result": "false",
|
|
4196
|
+
"resultType": "bool",
|
|
4197
|
+
"resultProperty": "msg.payload.result",
|
|
4198
|
+
"topic": "",
|
|
4199
|
+
"x": 190,
|
|
4200
|
+
"y": 600,
|
|
4201
|
+
"wires": [
|
|
4202
|
+
[
|
|
4203
|
+
"559cd028a850dd99"
|
|
4204
|
+
],
|
|
4205
|
+
[
|
|
4206
|
+
"b60875427c4e1dab"
|
|
4207
|
+
],
|
|
4208
|
+
[
|
|
4209
|
+
"a411a1f479258d72"
|
|
4210
|
+
]
|
|
4211
|
+
]
|
|
4212
|
+
},
|
|
4213
|
+
{
|
|
4214
|
+
"id": "a411a1f479258d72",
|
|
4215
|
+
"type": "debug",
|
|
4216
|
+
"z": "1374c39ae82adb4e",
|
|
4217
|
+
"name": "All OK",
|
|
4218
|
+
"active": true,
|
|
4219
|
+
"tosidebar": true,
|
|
4220
|
+
"console": false,
|
|
4221
|
+
"tostatus": false,
|
|
4222
|
+
"complete": "payload",
|
|
4223
|
+
"targetType": "msg",
|
|
4224
|
+
"statusVal": "",
|
|
4225
|
+
"statusType": "auto",
|
|
3884
4226
|
"x": 690,
|
|
3885
|
-
"y":
|
|
4227
|
+
"y": 660,
|
|
3886
4228
|
"wires": []
|
|
3887
4229
|
},
|
|
3888
4230
|
{
|
|
3889
|
-
"id": "
|
|
4231
|
+
"id": "4f6a21107d3e15fe",
|
|
3890
4232
|
"type": "transform",
|
|
3891
|
-
"z": "
|
|
4233
|
+
"z": "1374c39ae82adb4e",
|
|
4234
|
+
"g": "68a2c0f4427ce400",
|
|
3892
4235
|
"name": "",
|
|
3893
|
-
"actionSource": "
|
|
3894
|
-
"
|
|
3895
|
-
"
|
|
3896
|
-
"
|
|
4236
|
+
"actionSource": "String",
|
|
4237
|
+
"deleteSource": "false",
|
|
4238
|
+
"deleteSourceType": "bool",
|
|
4239
|
+
"actionTarget": "Date",
|
|
4240
|
+
"sourceProperty": "msg.payload.testDate",
|
|
4241
|
+
"targetProperty": "msg.payload.typedDate",
|
|
4242
|
+
"topicProperty": "msg.topic",
|
|
4243
|
+
"index": 0,
|
|
4244
|
+
"maxMessages": 1000,
|
|
4245
|
+
"maxDate": "",
|
|
4246
|
+
"minDate": "",
|
|
4247
|
+
"maxNumber": 0,
|
|
4248
|
+
"minNumber": 0,
|
|
4249
|
+
"maxString": "",
|
|
4250
|
+
"minString": "",
|
|
4251
|
+
"radix": 10,
|
|
4252
|
+
"schema": "{\"type\":\"record\",\"fields\":[{\"name\":\"name\",\"type\":\"string\"}]}",
|
|
4253
|
+
"schemaType": "str",
|
|
4254
|
+
"skipLeading": 0,
|
|
4255
|
+
"skipTrailing": 0,
|
|
4256
|
+
"string": "",
|
|
4257
|
+
"stringType": "str",
|
|
4258
|
+
"delimiter": ",",
|
|
4259
|
+
"compressionType": "setGzip",
|
|
4260
|
+
"x": 1150,
|
|
4261
|
+
"y": 40,
|
|
4262
|
+
"wires": [
|
|
4263
|
+
[
|
|
4264
|
+
"7fdb40764c01f99a"
|
|
4265
|
+
],
|
|
4266
|
+
[]
|
|
4267
|
+
]
|
|
4268
|
+
},
|
|
4269
|
+
{
|
|
4270
|
+
"id": "7fdb40764c01f99a",
|
|
4271
|
+
"type": "transform",
|
|
4272
|
+
"z": "1374c39ae82adb4e",
|
|
4273
|
+
"g": "68a2c0f4427ce400",
|
|
4274
|
+
"name": "",
|
|
4275
|
+
"actionSource": "Date",
|
|
4276
|
+
"deleteSource": "false",
|
|
4277
|
+
"deleteSourceType": "bool",
|
|
4278
|
+
"actionTarget": "RangeLimit",
|
|
4279
|
+
"sourceProperty": "msg.payload.typedDate",
|
|
4280
|
+
"targetProperty": "msg.payload.dateString",
|
|
4281
|
+
"topicProperty": "msg.topic",
|
|
4282
|
+
"index": 0,
|
|
4283
|
+
"maxMessages": 1000,
|
|
4284
|
+
"maxDate": "2025-04-29",
|
|
4285
|
+
"minDate": "2025-04-21",
|
|
4286
|
+
"maxNumber": 0,
|
|
4287
|
+
"minNumber": 0,
|
|
4288
|
+
"maxString": "",
|
|
4289
|
+
"minString": "",
|
|
4290
|
+
"radix": 10,
|
|
4291
|
+
"schema": "{\"type\":\"record\",\"fields\":[{\"name\":\"name\",\"type\":\"string\"}]}",
|
|
4292
|
+
"schemaType": "str",
|
|
4293
|
+
"skipLeading": 0,
|
|
4294
|
+
"skipTrailing": 0,
|
|
4295
|
+
"string": "",
|
|
4296
|
+
"stringType": "str",
|
|
4297
|
+
"delimiter": ",",
|
|
4298
|
+
"compressionType": "setGzip",
|
|
4299
|
+
"x": 1450,
|
|
4300
|
+
"y": 60,
|
|
4301
|
+
"wires": [
|
|
4302
|
+
[
|
|
4303
|
+
"b9d724057624e971"
|
|
4304
|
+
],
|
|
4305
|
+
[
|
|
4306
|
+
"e36d78184f2c0e34"
|
|
4307
|
+
]
|
|
4308
|
+
]
|
|
4309
|
+
},
|
|
4310
|
+
{
|
|
4311
|
+
"id": "2b4dc03c0cb6ea2b",
|
|
4312
|
+
"type": "link in",
|
|
4313
|
+
"z": "1374c39ae82adb4e",
|
|
4314
|
+
"g": "68a2c0f4427ce400",
|
|
4315
|
+
"name": "link range limit",
|
|
4316
|
+
"links": [],
|
|
4317
|
+
"x": 985,
|
|
4318
|
+
"y": 40,
|
|
4319
|
+
"wires": [
|
|
4320
|
+
[
|
|
4321
|
+
"4f6a21107d3e15fe"
|
|
4322
|
+
]
|
|
4323
|
+
]
|
|
4324
|
+
},
|
|
4325
|
+
{
|
|
4326
|
+
"id": "06787d2f44f5d979",
|
|
4327
|
+
"type": "link out",
|
|
4328
|
+
"z": "1374c39ae82adb4e",
|
|
4329
|
+
"g": "68a2c0f4427ce400",
|
|
4330
|
+
"name": "link out 2",
|
|
4331
|
+
"mode": "return",
|
|
4332
|
+
"links": [],
|
|
4333
|
+
"x": 1805,
|
|
4334
|
+
"y": 40,
|
|
4335
|
+
"wires": []
|
|
4336
|
+
},
|
|
4337
|
+
{
|
|
4338
|
+
"id": "e36d78184f2c0e34",
|
|
4339
|
+
"type": "debug",
|
|
4340
|
+
"z": "1374c39ae82adb4e",
|
|
4341
|
+
"g": "68a2c0f4427ce400",
|
|
4342
|
+
"name": "error",
|
|
4343
|
+
"active": true,
|
|
4344
|
+
"tosidebar": true,
|
|
4345
|
+
"console": false,
|
|
4346
|
+
"tostatus": false,
|
|
4347
|
+
"complete": "true",
|
|
4348
|
+
"targetType": "full",
|
|
4349
|
+
"statusVal": "",
|
|
4350
|
+
"statusType": "auto",
|
|
4351
|
+
"x": 1750,
|
|
4352
|
+
"y": 100,
|
|
4353
|
+
"wires": []
|
|
4354
|
+
},
|
|
4355
|
+
{
|
|
4356
|
+
"id": "5a7a5a372e739058",
|
|
4357
|
+
"type": "link call",
|
|
4358
|
+
"z": "1374c39ae82adb4e",
|
|
4359
|
+
"name": "",
|
|
4360
|
+
"links": [
|
|
4361
|
+
"2b4dc03c0cb6ea2b"
|
|
4362
|
+
],
|
|
4363
|
+
"linkType": "static",
|
|
4364
|
+
"timeout": "30",
|
|
4365
|
+
"x": 1260,
|
|
4366
|
+
"y": 260,
|
|
4367
|
+
"wires": [
|
|
4368
|
+
[
|
|
4369
|
+
"731e0f954b971546"
|
|
4370
|
+
]
|
|
4371
|
+
]
|
|
4372
|
+
},
|
|
4373
|
+
{
|
|
4374
|
+
"id": "731e0f954b971546",
|
|
4375
|
+
"type": "test",
|
|
4376
|
+
"z": "1374c39ae82adb4e",
|
|
4377
|
+
"name": "2025-03-01",
|
|
4378
|
+
"errorFactor": 0,
|
|
4379
|
+
"escapeString": false,
|
|
4380
|
+
"infiniteIsNull": false,
|
|
4381
|
+
"payload": "{\"testDate\":\"2025-03-01\"}",
|
|
4382
|
+
"payloadType": "json",
|
|
4383
|
+
"result": "2025-04-21",
|
|
4384
|
+
"resultType": "str",
|
|
4385
|
+
"resultProperty": "msg.payload.result",
|
|
4386
|
+
"topic": "",
|
|
4387
|
+
"x": 970,
|
|
4388
|
+
"y": 260,
|
|
4389
|
+
"wires": [
|
|
4390
|
+
[
|
|
4391
|
+
"5a7a5a372e739058"
|
|
4392
|
+
],
|
|
4393
|
+
[
|
|
4394
|
+
"3113b8a9e4b92296"
|
|
4395
|
+
],
|
|
4396
|
+
[
|
|
4397
|
+
"435e5493c2006354"
|
|
4398
|
+
]
|
|
4399
|
+
]
|
|
4400
|
+
},
|
|
4401
|
+
{
|
|
4402
|
+
"id": "3113b8a9e4b92296",
|
|
4403
|
+
"type": "debug",
|
|
4404
|
+
"z": "1374c39ae82adb4e",
|
|
4405
|
+
"name": "error",
|
|
4406
|
+
"active": true,
|
|
4407
|
+
"tosidebar": true,
|
|
4408
|
+
"console": false,
|
|
4409
|
+
"tostatus": false,
|
|
4410
|
+
"complete": "true",
|
|
4411
|
+
"targetType": "full",
|
|
4412
|
+
"statusVal": "",
|
|
4413
|
+
"statusType": "auto",
|
|
4414
|
+
"x": 1230,
|
|
4415
|
+
"y": 200,
|
|
4416
|
+
"wires": []
|
|
4417
|
+
},
|
|
4418
|
+
{
|
|
4419
|
+
"id": "d4b337a35727cf8a",
|
|
4420
|
+
"type": "link call",
|
|
4421
|
+
"z": "1374c39ae82adb4e",
|
|
4422
|
+
"name": "",
|
|
4423
|
+
"links": [
|
|
4424
|
+
"2b4dc03c0cb6ea2b"
|
|
4425
|
+
],
|
|
4426
|
+
"linkType": "static",
|
|
4427
|
+
"timeout": "30",
|
|
4428
|
+
"x": 1260,
|
|
4429
|
+
"y": 360,
|
|
4430
|
+
"wires": [
|
|
4431
|
+
[
|
|
4432
|
+
"435e5493c2006354"
|
|
4433
|
+
]
|
|
4434
|
+
]
|
|
4435
|
+
},
|
|
4436
|
+
{
|
|
4437
|
+
"id": "435e5493c2006354",
|
|
4438
|
+
"type": "test",
|
|
4439
|
+
"z": "1374c39ae82adb4e",
|
|
4440
|
+
"name": "2025-04-21",
|
|
4441
|
+
"errorFactor": 0,
|
|
4442
|
+
"escapeString": false,
|
|
4443
|
+
"infiniteIsNull": false,
|
|
4444
|
+
"payload": "{\"testDate\":\"2025-04-21\"}",
|
|
4445
|
+
"payloadType": "json",
|
|
4446
|
+
"result": "2025-04-21",
|
|
4447
|
+
"resultType": "str",
|
|
4448
|
+
"resultProperty": "msg.payload.result",
|
|
4449
|
+
"topic": "",
|
|
4450
|
+
"x": 970,
|
|
4451
|
+
"y": 360,
|
|
4452
|
+
"wires": [
|
|
4453
|
+
[
|
|
4454
|
+
"d4b337a35727cf8a"
|
|
4455
|
+
],
|
|
4456
|
+
[
|
|
4457
|
+
"3113b8a9e4b92296"
|
|
4458
|
+
],
|
|
4459
|
+
[
|
|
4460
|
+
"157fd5a634598f9a"
|
|
4461
|
+
]
|
|
4462
|
+
]
|
|
4463
|
+
},
|
|
4464
|
+
{
|
|
4465
|
+
"id": "79501eafa56bfb4e",
|
|
4466
|
+
"type": "link call",
|
|
4467
|
+
"z": "1374c39ae82adb4e",
|
|
4468
|
+
"name": "",
|
|
4469
|
+
"links": [
|
|
4470
|
+
"2b4dc03c0cb6ea2b"
|
|
4471
|
+
],
|
|
4472
|
+
"linkType": "static",
|
|
4473
|
+
"timeout": "30",
|
|
4474
|
+
"x": 1260,
|
|
4475
|
+
"y": 460,
|
|
4476
|
+
"wires": [
|
|
4477
|
+
[
|
|
4478
|
+
"157fd5a634598f9a"
|
|
4479
|
+
]
|
|
4480
|
+
]
|
|
4481
|
+
},
|
|
4482
|
+
{
|
|
4483
|
+
"id": "157fd5a634598f9a",
|
|
4484
|
+
"type": "test",
|
|
4485
|
+
"z": "1374c39ae82adb4e",
|
|
4486
|
+
"name": "2025-04-24",
|
|
4487
|
+
"errorFactor": 0,
|
|
4488
|
+
"escapeString": false,
|
|
4489
|
+
"infiniteIsNull": false,
|
|
4490
|
+
"payload": "{\"testDate\":\"2025-04-24\"}",
|
|
4491
|
+
"payloadType": "json",
|
|
4492
|
+
"result": "2025-04-24",
|
|
4493
|
+
"resultType": "str",
|
|
4494
|
+
"resultProperty": "msg.payload.result",
|
|
4495
|
+
"topic": "",
|
|
4496
|
+
"x": 970,
|
|
4497
|
+
"y": 460,
|
|
4498
|
+
"wires": [
|
|
4499
|
+
[
|
|
4500
|
+
"79501eafa56bfb4e"
|
|
4501
|
+
],
|
|
4502
|
+
[
|
|
4503
|
+
"3113b8a9e4b92296"
|
|
4504
|
+
],
|
|
4505
|
+
[
|
|
4506
|
+
"aae098ae4b670f43"
|
|
4507
|
+
]
|
|
4508
|
+
]
|
|
4509
|
+
},
|
|
4510
|
+
{
|
|
4511
|
+
"id": "fc891c3bc02aafd5",
|
|
4512
|
+
"type": "link call",
|
|
4513
|
+
"z": "1374c39ae82adb4e",
|
|
4514
|
+
"name": "",
|
|
4515
|
+
"links": [
|
|
4516
|
+
"2b4dc03c0cb6ea2b"
|
|
4517
|
+
],
|
|
4518
|
+
"linkType": "static",
|
|
4519
|
+
"timeout": "30",
|
|
4520
|
+
"x": 1260,
|
|
4521
|
+
"y": 540,
|
|
4522
|
+
"wires": [
|
|
4523
|
+
[
|
|
4524
|
+
"aae098ae4b670f43"
|
|
4525
|
+
]
|
|
4526
|
+
]
|
|
4527
|
+
},
|
|
4528
|
+
{
|
|
4529
|
+
"id": "aae098ae4b670f43",
|
|
4530
|
+
"type": "test",
|
|
4531
|
+
"z": "1374c39ae82adb4e",
|
|
4532
|
+
"name": "2025-04-29",
|
|
4533
|
+
"errorFactor": 0,
|
|
4534
|
+
"escapeString": false,
|
|
4535
|
+
"infiniteIsNull": false,
|
|
4536
|
+
"payload": "{\"testDate\":\"2025-04-29\"}",
|
|
4537
|
+
"payloadType": "json",
|
|
4538
|
+
"result": "2025-04-29",
|
|
4539
|
+
"resultType": "str",
|
|
4540
|
+
"resultProperty": "msg.payload.result",
|
|
4541
|
+
"topic": "",
|
|
4542
|
+
"x": 970,
|
|
4543
|
+
"y": 540,
|
|
4544
|
+
"wires": [
|
|
4545
|
+
[
|
|
4546
|
+
"fc891c3bc02aafd5"
|
|
4547
|
+
],
|
|
4548
|
+
[
|
|
4549
|
+
"3113b8a9e4b92296"
|
|
4550
|
+
],
|
|
4551
|
+
[
|
|
4552
|
+
"e1fae4560b677429"
|
|
4553
|
+
]
|
|
4554
|
+
]
|
|
4555
|
+
},
|
|
4556
|
+
{
|
|
4557
|
+
"id": "d0240939763a6c79",
|
|
4558
|
+
"type": "link call",
|
|
4559
|
+
"z": "1374c39ae82adb4e",
|
|
4560
|
+
"name": "",
|
|
4561
|
+
"links": [
|
|
4562
|
+
"2b4dc03c0cb6ea2b"
|
|
4563
|
+
],
|
|
4564
|
+
"linkType": "static",
|
|
4565
|
+
"timeout": "30",
|
|
4566
|
+
"x": 1260,
|
|
4567
|
+
"y": 620,
|
|
4568
|
+
"wires": [
|
|
4569
|
+
[
|
|
4570
|
+
"e1fae4560b677429"
|
|
4571
|
+
]
|
|
4572
|
+
]
|
|
4573
|
+
},
|
|
4574
|
+
{
|
|
4575
|
+
"id": "e1fae4560b677429",
|
|
4576
|
+
"type": "test",
|
|
4577
|
+
"z": "1374c39ae82adb4e",
|
|
4578
|
+
"name": "2025-04-30",
|
|
4579
|
+
"errorFactor": 0,
|
|
4580
|
+
"escapeString": false,
|
|
4581
|
+
"infiniteIsNull": false,
|
|
4582
|
+
"payload": "{\"testDate\":\"2025-04-30\"}",
|
|
4583
|
+
"payloadType": "json",
|
|
4584
|
+
"result": "2025-04-29",
|
|
4585
|
+
"resultType": "str",
|
|
4586
|
+
"resultProperty": "msg.payload.result",
|
|
4587
|
+
"topic": "",
|
|
4588
|
+
"x": 970,
|
|
4589
|
+
"y": 620,
|
|
4590
|
+
"wires": [
|
|
4591
|
+
[
|
|
4592
|
+
"d0240939763a6c79"
|
|
4593
|
+
],
|
|
4594
|
+
[
|
|
4595
|
+
"3113b8a9e4b92296"
|
|
4596
|
+
],
|
|
4597
|
+
[]
|
|
4598
|
+
]
|
|
4599
|
+
},
|
|
4600
|
+
{
|
|
4601
|
+
"id": "b9d724057624e971",
|
|
4602
|
+
"type": "transform",
|
|
4603
|
+
"z": "1374c39ae82adb4e",
|
|
4604
|
+
"g": "68a2c0f4427ce400",
|
|
4605
|
+
"name": "",
|
|
4606
|
+
"actionSource": "Date",
|
|
4607
|
+
"deleteSource": "false",
|
|
4608
|
+
"deleteSourceType": "bool",
|
|
4609
|
+
"actionTarget": "ISODate",
|
|
4610
|
+
"sourceProperty": "msg.payload.dateString",
|
|
4611
|
+
"targetProperty": "msg.payload.result",
|
|
4612
|
+
"topicProperty": "msg.topic",
|
|
4613
|
+
"index": 0,
|
|
4614
|
+
"maxMessages": 1000,
|
|
4615
|
+
"maxDate": "",
|
|
4616
|
+
"minDate": "",
|
|
4617
|
+
"maxNumber": 0,
|
|
4618
|
+
"minNumber": 0,
|
|
4619
|
+
"maxString": "",
|
|
4620
|
+
"minString": "",
|
|
4621
|
+
"radix": 10,
|
|
4622
|
+
"schema": "{\"type\":\"record\",\"fields\":[{\"name\":\"name\",\"type\":\"string\"}]}",
|
|
4623
|
+
"schemaType": "str",
|
|
4624
|
+
"skipLeading": 0,
|
|
4625
|
+
"skipTrailing": 0,
|
|
4626
|
+
"string": "",
|
|
4627
|
+
"stringType": "str",
|
|
4628
|
+
"delimiter": ",",
|
|
4629
|
+
"compressionType": "setGzip",
|
|
4630
|
+
"x": 1640,
|
|
4631
|
+
"y": 40,
|
|
4632
|
+
"wires": [
|
|
4633
|
+
[
|
|
4634
|
+
"06787d2f44f5d979"
|
|
4635
|
+
],
|
|
4636
|
+
[]
|
|
4637
|
+
]
|
|
4638
|
+
},
|
|
4639
|
+
{
|
|
4640
|
+
"id": "ee2d5b0149699bfd",
|
|
4641
|
+
"type": "transform",
|
|
4642
|
+
"z": "65b5beda2b73b7b5",
|
|
4643
|
+
"name": "",
|
|
4644
|
+
"actionSource": "Buffer",
|
|
4645
|
+
"actionTarget": "Compressed",
|
|
4646
|
+
"sourceProperty": "msg.payload",
|
|
4647
|
+
"targetProperty": "msg.payload",
|
|
4648
|
+
"topicProperty": "msg.topic",
|
|
4649
|
+
"maxMessages": 1000,
|
|
4650
|
+
"schema": "{\"type\":\"record\",\"fields\":[{\"name\":\"name\",\"type\":\"string\"}]}",
|
|
4651
|
+
"schemaType": "json",
|
|
4652
|
+
"skipLeading": 0,
|
|
4653
|
+
"skipTrailing": 0,
|
|
4654
|
+
"delimiter": ",",
|
|
4655
|
+
"compressionType": "setGzip",
|
|
4656
|
+
"x": 520,
|
|
4657
|
+
"y": 80,
|
|
4658
|
+
"wires": [
|
|
4659
|
+
[
|
|
4660
|
+
"5dcab80a65f78002"
|
|
4661
|
+
],
|
|
4662
|
+
[
|
|
4663
|
+
"10a0adbf5535121a"
|
|
4664
|
+
]
|
|
4665
|
+
]
|
|
4666
|
+
},
|
|
4667
|
+
{
|
|
4668
|
+
"id": "8137c393bddb08a1",
|
|
4669
|
+
"type": "debug",
|
|
4670
|
+
"z": "65b5beda2b73b7b5",
|
|
4671
|
+
"name": "debug",
|
|
4672
|
+
"active": true,
|
|
4673
|
+
"tosidebar": true,
|
|
4674
|
+
"console": false,
|
|
4675
|
+
"tostatus": false,
|
|
4676
|
+
"complete": "true",
|
|
4677
|
+
"targetType": "full",
|
|
4678
|
+
"statusVal": "",
|
|
4679
|
+
"statusType": "auto",
|
|
4680
|
+
"x": 830,
|
|
4681
|
+
"y": 260,
|
|
4682
|
+
"wires": []
|
|
4683
|
+
},
|
|
4684
|
+
{
|
|
4685
|
+
"id": "10a0adbf5535121a",
|
|
4686
|
+
"type": "debug",
|
|
4687
|
+
"z": "65b5beda2b73b7b5",
|
|
4688
|
+
"name": "error",
|
|
4689
|
+
"active": true,
|
|
4690
|
+
"tosidebar": true,
|
|
4691
|
+
"console": false,
|
|
4692
|
+
"tostatus": false,
|
|
4693
|
+
"complete": "true",
|
|
4694
|
+
"targetType": "full",
|
|
4695
|
+
"statusVal": "",
|
|
4696
|
+
"statusType": "auto",
|
|
4697
|
+
"x": 850,
|
|
4698
|
+
"y": 180,
|
|
4699
|
+
"wires": []
|
|
4700
|
+
},
|
|
4701
|
+
{
|
|
4702
|
+
"id": "aba26b9c6499adb1",
|
|
4703
|
+
"type": "transform",
|
|
4704
|
+
"z": "65b5beda2b73b7b5",
|
|
4705
|
+
"name": "",
|
|
4706
|
+
"actionSource": "Compressed",
|
|
4707
|
+
"actionTarget": "Buffer",
|
|
4708
|
+
"sourceProperty": "msg.payload",
|
|
4709
|
+
"targetProperty": "msg.payload",
|
|
4710
|
+
"topicProperty": "msg.topic",
|
|
4711
|
+
"maxMessages": 1000,
|
|
4712
|
+
"schema": "{\"type\":\"record\",\"fields\":[{\"name\":\"name\",\"type\":\"string\"}]}",
|
|
4713
|
+
"schemaType": "json",
|
|
4714
|
+
"skipLeading": 0,
|
|
4715
|
+
"skipTrailing": 0,
|
|
4716
|
+
"delimiter": ",",
|
|
4717
|
+
"compressionType": "setGzip",
|
|
4718
|
+
"x": 560,
|
|
4719
|
+
"y": 200,
|
|
4720
|
+
"wires": [
|
|
4721
|
+
[
|
|
4722
|
+
"2102f58ce572e09a"
|
|
4723
|
+
],
|
|
4724
|
+
[
|
|
4725
|
+
"10a0adbf5535121a"
|
|
4726
|
+
]
|
|
4727
|
+
]
|
|
4728
|
+
},
|
|
4729
|
+
{
|
|
4730
|
+
"id": "d38095883a4a54ac",
|
|
4731
|
+
"type": "test",
|
|
4732
|
+
"z": "65b5beda2b73b7b5",
|
|
4733
|
+
"name": "test gzip",
|
|
4734
|
+
"errorFactor": 0,
|
|
4735
|
+
"escapeString": false,
|
|
4736
|
+
"infiniteIsNull": false,
|
|
4737
|
+
"payload": "[49,50,51,52,53,54,55,56,57,48,97,98,99,100,101,102,103,104,105,106,108,109,110,111,112,113,114,115,116,117,118,119,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,85,82,83,84,85,86,87,88,89,90,33,64,35,36,37,94,38,42,40,41,95,45,43,61,123,91,125,93,124,92,58,34,39,60,44,62,46,63,47,125]",
|
|
4738
|
+
"payloadType": "bin",
|
|
4739
|
+
"result": "[49,50,51,52,53,54,55,56,57,48,97,98,99,100,101,102,103,104,105,106,108,109,110,111,112,113,114,115,116,117,118,119,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,85,82,83,84,85,86,87,88,89,90,33,64,35,36,37,94,38,42,40,41,95,45,43,61,123,91,125,93,124,92,58,34,39,60,44,62,46,63,47,125]",
|
|
4740
|
+
"resultType": "bin",
|
|
4741
|
+
"resultProperty": "msg.payload",
|
|
4742
|
+
"topic": "test gzip",
|
|
4743
|
+
"x": 100,
|
|
4744
|
+
"y": 100,
|
|
4745
|
+
"wires": [
|
|
4746
|
+
[
|
|
4747
|
+
"f5ec776c8d6d933f"
|
|
4748
|
+
],
|
|
4749
|
+
[
|
|
4750
|
+
"10a0adbf5535121a"
|
|
4751
|
+
],
|
|
4752
|
+
[
|
|
4753
|
+
"95a62d934bb57fcd"
|
|
4754
|
+
]
|
|
4755
|
+
]
|
|
4756
|
+
},
|
|
4757
|
+
{
|
|
4758
|
+
"id": "50672d0a987880df",
|
|
4759
|
+
"type": "transform",
|
|
4760
|
+
"z": "65b5beda2b73b7b5",
|
|
4761
|
+
"name": "",
|
|
4762
|
+
"actionSource": "Buffer",
|
|
4763
|
+
"actionTarget": "Compressed",
|
|
4764
|
+
"sourceProperty": "msg.payload",
|
|
4765
|
+
"targetProperty": "msg.payload",
|
|
4766
|
+
"topicProperty": "msg.topic",
|
|
4767
|
+
"maxMessages": 1000,
|
|
4768
|
+
"schema": "{\"type\":\"record\",\"fields\":[{\"name\":\"name\",\"type\":\"string\"}]}",
|
|
4769
|
+
"schemaType": "json",
|
|
4770
|
+
"skipLeading": 0,
|
|
4771
|
+
"skipTrailing": 0,
|
|
4772
|
+
"delimiter": ",",
|
|
4773
|
+
"compressionType": "setGzipSpeed",
|
|
4774
|
+
"x": 360,
|
|
4775
|
+
"y": 340,
|
|
4776
|
+
"wires": [
|
|
4777
|
+
[
|
|
4778
|
+
"7a65c34df4ae2ce4"
|
|
4779
|
+
],
|
|
4780
|
+
[
|
|
4781
|
+
"10a0adbf5535121a"
|
|
4782
|
+
]
|
|
4783
|
+
]
|
|
4784
|
+
},
|
|
4785
|
+
{
|
|
4786
|
+
"id": "7a65c34df4ae2ce4",
|
|
4787
|
+
"type": "transform",
|
|
4788
|
+
"z": "65b5beda2b73b7b5",
|
|
4789
|
+
"name": "",
|
|
4790
|
+
"actionSource": "Compressed",
|
|
4791
|
+
"actionTarget": "Buffer",
|
|
4792
|
+
"sourceProperty": "msg.payload",
|
|
4793
|
+
"targetProperty": "msg.payload",
|
|
4794
|
+
"topicProperty": "msg.topic",
|
|
4795
|
+
"maxMessages": 1000,
|
|
4796
|
+
"schema": "{\"type\":\"record\",\"fields\":[{\"name\":\"name\",\"type\":\"string\"}]}",
|
|
4797
|
+
"schemaType": "json",
|
|
4798
|
+
"skipLeading": 0,
|
|
4799
|
+
"skipTrailing": 0,
|
|
4800
|
+
"delimiter": ",",
|
|
4801
|
+
"compressionType": "setGzip",
|
|
4802
|
+
"x": 380,
|
|
4803
|
+
"y": 420,
|
|
4804
|
+
"wires": [
|
|
4805
|
+
[
|
|
4806
|
+
"95a62d934bb57fcd"
|
|
4807
|
+
],
|
|
4808
|
+
[
|
|
4809
|
+
"10a0adbf5535121a"
|
|
4810
|
+
]
|
|
4811
|
+
]
|
|
4812
|
+
},
|
|
4813
|
+
{
|
|
4814
|
+
"id": "95a62d934bb57fcd",
|
|
4815
|
+
"type": "test",
|
|
4816
|
+
"z": "65b5beda2b73b7b5",
|
|
4817
|
+
"name": "test gzip speed",
|
|
4818
|
+
"errorFactor": 0,
|
|
4819
|
+
"escapeString": false,
|
|
4820
|
+
"infiniteIsNull": false,
|
|
4821
|
+
"payload": "[49,50,51,52,53,54,55,56,57,48,97,98,99,100,101,102,103,104,105,106,108,109,110,111,112,113,114,115,116,117,118,119,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,85,82,83,84,85,86,87,88,89,90,33,64,35,36,37,94,38,42,40,41,95,45,43,61,123,91,125,93,124,92,58,34,39,60,44,62,46,63,47,125]",
|
|
4822
|
+
"payloadType": "bin",
|
|
4823
|
+
"result": "[49,50,51,52,53,54,55,56,57,48,97,98,99,100,101,102,103,104,105,106,108,109,110,111,112,113,114,115,116,117,118,119,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,85,82,83,84,85,86,87,88,89,90,33,64,35,36,37,94,38,42,40,41,95,45,43,61,123,91,125,93,124,92,58,34,39,60,44,62,46,63,47,125]",
|
|
4824
|
+
"resultType": "bin",
|
|
4825
|
+
"resultProperty": "msg.payload",
|
|
4826
|
+
"topic": "test gzip speed",
|
|
4827
|
+
"x": 120,
|
|
4828
|
+
"y": 480,
|
|
4829
|
+
"wires": [
|
|
4830
|
+
[
|
|
4831
|
+
"50672d0a987880df"
|
|
4832
|
+
],
|
|
4833
|
+
[
|
|
4834
|
+
"10a0adbf5535121a"
|
|
4835
|
+
],
|
|
4836
|
+
[
|
|
4837
|
+
"065ac327fbf17d38"
|
|
4838
|
+
]
|
|
4839
|
+
]
|
|
4840
|
+
},
|
|
4841
|
+
{
|
|
4842
|
+
"id": "44b0be1b07c2ccc2",
|
|
4843
|
+
"type": "transform",
|
|
4844
|
+
"z": "65b5beda2b73b7b5",
|
|
4845
|
+
"name": "",
|
|
4846
|
+
"actionSource": "Buffer",
|
|
4847
|
+
"actionTarget": "Compressed",
|
|
4848
|
+
"sourceProperty": "msg.payload",
|
|
4849
|
+
"targetProperty": "msg.payload",
|
|
4850
|
+
"topicProperty": "msg.topic",
|
|
4851
|
+
"maxMessages": 1000,
|
|
4852
|
+
"schema": "{\"type\":\"record\",\"fields\":[{\"name\":\"name\",\"type\":\"string\"}]}",
|
|
4853
|
+
"schemaType": "json",
|
|
4854
|
+
"skipLeading": 0,
|
|
4855
|
+
"skipTrailing": 0,
|
|
4856
|
+
"delimiter": ",",
|
|
4857
|
+
"compressionType": "setGzipCompression",
|
|
4858
|
+
"x": 400,
|
|
4859
|
+
"y": 540,
|
|
4860
|
+
"wires": [
|
|
4861
|
+
[
|
|
4862
|
+
"1a31abc23d7473a0"
|
|
4863
|
+
],
|
|
4864
|
+
[]
|
|
4865
|
+
]
|
|
4866
|
+
},
|
|
4867
|
+
{
|
|
4868
|
+
"id": "1a31abc23d7473a0",
|
|
4869
|
+
"type": "transform",
|
|
4870
|
+
"z": "65b5beda2b73b7b5",
|
|
4871
|
+
"name": "",
|
|
4872
|
+
"actionSource": "Compressed",
|
|
4873
|
+
"actionTarget": "Buffer",
|
|
4874
|
+
"sourceProperty": "msg.payload",
|
|
4875
|
+
"targetProperty": "msg.payload",
|
|
4876
|
+
"topicProperty": "msg.topic",
|
|
4877
|
+
"maxMessages": 1000,
|
|
4878
|
+
"schema": "{\"type\":\"record\",\"fields\":[{\"name\":\"name\",\"type\":\"string\"}]}",
|
|
4879
|
+
"schemaType": "json",
|
|
4880
|
+
"skipLeading": 0,
|
|
4881
|
+
"skipTrailing": 0,
|
|
4882
|
+
"delimiter": ",",
|
|
4883
|
+
"compressionType": "setGzip",
|
|
4884
|
+
"x": 420,
|
|
4885
|
+
"y": 620,
|
|
4886
|
+
"wires": [
|
|
4887
|
+
[
|
|
4888
|
+
"065ac327fbf17d38"
|
|
4889
|
+
],
|
|
4890
|
+
[]
|
|
4891
|
+
]
|
|
4892
|
+
},
|
|
4893
|
+
{
|
|
4894
|
+
"id": "065ac327fbf17d38",
|
|
4895
|
+
"type": "test",
|
|
4896
|
+
"z": "65b5beda2b73b7b5",
|
|
4897
|
+
"name": "test gzip compress",
|
|
4898
|
+
"errorFactor": 0,
|
|
4899
|
+
"escapeString": false,
|
|
4900
|
+
"infiniteIsNull": false,
|
|
4901
|
+
"payload": "[49,50,51,52,53,54,55,56,57,48,97,98,99,100,101,102,103,104,105,106,108,109,110,111,112,113,114,115,116,117,118,119,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,85,82,83,84,85,86,87,88,89,90,33,64,35,36,37,94,38,42,40,41,95,45,43,61,123,91,125,93,124,92,58,34,39,60,44,62,46,63,47,125]",
|
|
4902
|
+
"payloadType": "bin",
|
|
4903
|
+
"result": "[49,50,51,52,53,54,55,56,57,48,97,98,99,100,101,102,103,104,105,106,108,109,110,111,112,113,114,115,116,117,118,119,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,85,82,83,84,85,86,87,88,89,90,33,64,35,36,37,94,38,42,40,41,95,45,43,61,123,91,125,93,124,92,58,34,39,60,44,62,46,63,47,125]",
|
|
4904
|
+
"resultType": "bin",
|
|
4905
|
+
"resultProperty": "msg.payload",
|
|
4906
|
+
"topic": "test gzip compress",
|
|
4907
|
+
"x": 170,
|
|
4908
|
+
"y": 680,
|
|
4909
|
+
"wires": [
|
|
4910
|
+
[
|
|
4911
|
+
"44b0be1b07c2ccc2"
|
|
4912
|
+
],
|
|
4913
|
+
[
|
|
4914
|
+
"10a0adbf5535121a"
|
|
4915
|
+
],
|
|
4916
|
+
[]
|
|
4917
|
+
]
|
|
4918
|
+
},
|
|
4919
|
+
{
|
|
4920
|
+
"id": "f5ec776c8d6d933f",
|
|
4921
|
+
"type": "Monitor Flow",
|
|
4922
|
+
"z": "65b5beda2b73b7b5",
|
|
4923
|
+
"name": "",
|
|
4924
|
+
"x": 310,
|
|
4925
|
+
"y": 80,
|
|
4926
|
+
"wires": [
|
|
4927
|
+
[
|
|
4928
|
+
"ee2d5b0149699bfd"
|
|
4929
|
+
]
|
|
4930
|
+
]
|
|
4931
|
+
},
|
|
4932
|
+
{
|
|
4933
|
+
"id": "5dcab80a65f78002",
|
|
4934
|
+
"type": "Monitor Flow",
|
|
4935
|
+
"z": "65b5beda2b73b7b5",
|
|
4936
|
+
"name": "",
|
|
4937
|
+
"x": 330,
|
|
4938
|
+
"y": 200,
|
|
4939
|
+
"wires": [
|
|
4940
|
+
[
|
|
4941
|
+
"aba26b9c6499adb1"
|
|
4942
|
+
]
|
|
4943
|
+
]
|
|
4944
|
+
},
|
|
4945
|
+
{
|
|
4946
|
+
"id": "2102f58ce572e09a",
|
|
4947
|
+
"type": "Monitor Flow",
|
|
4948
|
+
"z": "65b5beda2b73b7b5",
|
|
4949
|
+
"name": "",
|
|
4950
|
+
"x": 130,
|
|
4951
|
+
"y": 280,
|
|
4952
|
+
"wires": [
|
|
4953
|
+
[
|
|
4954
|
+
"d38095883a4a54ac",
|
|
4955
|
+
"8137c393bddb08a1"
|
|
4956
|
+
]
|
|
4957
|
+
]
|
|
4958
|
+
},
|
|
4959
|
+
{
|
|
4960
|
+
"id": "47a287530ed838e7",
|
|
4961
|
+
"type": "transform",
|
|
4962
|
+
"z": "460ae66eec4b7f8a",
|
|
4963
|
+
"name": "",
|
|
4964
|
+
"actionSource": "String",
|
|
4965
|
+
"deleteSource": "true",
|
|
4966
|
+
"deleteSourceType": "bool",
|
|
4967
|
+
"actionTarget": "Append",
|
|
4968
|
+
"sourceProperty": "msg.payload",
|
|
4969
|
+
"targetProperty": "msg.payload",
|
|
4970
|
+
"topicProperty": "msg.topic",
|
|
4971
|
+
"index": 0,
|
|
4972
|
+
"maxMessages": 1000,
|
|
4973
|
+
"radix": 10,
|
|
4974
|
+
"schema": "{\"type\":\"record\",\"fields\":[{\"name\":\"name\",\"type\":\"string\"}]}",
|
|
4975
|
+
"schemaType": "str",
|
|
4976
|
+
"skipLeading": 0,
|
|
4977
|
+
"skipTrailing": 0,
|
|
4978
|
+
"string": "atest",
|
|
4979
|
+
"stringType": "str",
|
|
4980
|
+
"delimiter": ",",
|
|
4981
|
+
"compressionType": "setGzip",
|
|
4982
|
+
"x": 500,
|
|
4983
|
+
"y": 40,
|
|
4984
|
+
"wires": [
|
|
4985
|
+
[
|
|
4986
|
+
"9ec96a604b0f3e20"
|
|
4987
|
+
],
|
|
4988
|
+
[
|
|
4989
|
+
"925117734d8e96b5"
|
|
4990
|
+
]
|
|
4991
|
+
]
|
|
4992
|
+
},
|
|
4993
|
+
{
|
|
4994
|
+
"id": "9ec96a604b0f3e20",
|
|
4995
|
+
"type": "test",
|
|
4996
|
+
"z": "460ae66eec4b7f8a",
|
|
4997
|
+
"name": "",
|
|
4998
|
+
"errorFactor": 0,
|
|
4999
|
+
"escapeString": false,
|
|
5000
|
+
"infiniteIsNull": false,
|
|
5001
|
+
"payload": "abc",
|
|
5002
|
+
"payloadType": "str",
|
|
5003
|
+
"result": "abcatest",
|
|
5004
|
+
"resultType": "str",
|
|
5005
|
+
"resultProperty": "msg.payload",
|
|
5006
|
+
"topic": "",
|
|
5007
|
+
"x": 140,
|
|
5008
|
+
"y": 40,
|
|
5009
|
+
"wires": [
|
|
5010
|
+
[
|
|
5011
|
+
"47a287530ed838e7"
|
|
5012
|
+
],
|
|
5013
|
+
[],
|
|
5014
|
+
[
|
|
5015
|
+
"8d8bb2e1192b3a8c"
|
|
5016
|
+
]
|
|
5017
|
+
]
|
|
5018
|
+
},
|
|
5019
|
+
{
|
|
5020
|
+
"id": "925117734d8e96b5",
|
|
5021
|
+
"type": "debug",
|
|
5022
|
+
"z": "460ae66eec4b7f8a",
|
|
5023
|
+
"name": "error",
|
|
5024
|
+
"active": true,
|
|
5025
|
+
"tosidebar": true,
|
|
5026
|
+
"console": false,
|
|
5027
|
+
"tostatus": false,
|
|
5028
|
+
"complete": "true",
|
|
5029
|
+
"targetType": "full",
|
|
5030
|
+
"statusVal": "",
|
|
5031
|
+
"statusType": "auto",
|
|
5032
|
+
"x": 930,
|
|
5033
|
+
"y": 2140,
|
|
5034
|
+
"wires": []
|
|
5035
|
+
},
|
|
5036
|
+
{
|
|
5037
|
+
"id": "8d8bb2e1192b3a8c",
|
|
5038
|
+
"type": "test",
|
|
5039
|
+
"z": "460ae66eec4b7f8a",
|
|
5040
|
+
"name": "",
|
|
5041
|
+
"errorFactor": 0,
|
|
5042
|
+
"escapeString": false,
|
|
5043
|
+
"infiniteIsNull": false,
|
|
5044
|
+
"payload": "{\"a\":\"test\"}",
|
|
5045
|
+
"payloadType": "json",
|
|
5046
|
+
"result": "{\"b\":\"t\"}",
|
|
5047
|
+
"resultType": "json",
|
|
5048
|
+
"resultProperty": "msg.payload",
|
|
5049
|
+
"topic": "",
|
|
5050
|
+
"x": 160,
|
|
5051
|
+
"y": 120,
|
|
5052
|
+
"wires": [
|
|
5053
|
+
[
|
|
5054
|
+
"517c89e4609e0e70"
|
|
5055
|
+
],
|
|
5056
|
+
[],
|
|
5057
|
+
[
|
|
5058
|
+
"f78d540c53a64514"
|
|
5059
|
+
]
|
|
5060
|
+
]
|
|
5061
|
+
},
|
|
5062
|
+
{
|
|
5063
|
+
"id": "517c89e4609e0e70",
|
|
5064
|
+
"type": "transform",
|
|
5065
|
+
"z": "460ae66eec4b7f8a",
|
|
5066
|
+
"name": "",
|
|
5067
|
+
"actionSource": "String",
|
|
5068
|
+
"deleteSource": "true",
|
|
5069
|
+
"deleteSourceType": "bool",
|
|
5070
|
+
"actionTarget": "CharAt",
|
|
5071
|
+
"sourceProperty": "msg.payload.a",
|
|
5072
|
+
"targetProperty": "msg.payload.b",
|
|
5073
|
+
"topicProperty": "msg.topic",
|
|
5074
|
+
"index": 0,
|
|
5075
|
+
"maxMessages": 1000,
|
|
5076
|
+
"radix": 10,
|
|
5077
|
+
"schema": "{\"type\":\"record\",\"fields\":[{\"name\":\"name\",\"type\":\"string\"}]}",
|
|
5078
|
+
"schemaType": "str",
|
|
5079
|
+
"skipLeading": 0,
|
|
5080
|
+
"skipTrailing": 0,
|
|
5081
|
+
"string": "a",
|
|
5082
|
+
"stringType": "msg",
|
|
5083
|
+
"delimiter": ",",
|
|
5084
|
+
"compressionType": "setGzip",
|
|
5085
|
+
"x": 500,
|
|
5086
|
+
"y": 120,
|
|
5087
|
+
"wires": [
|
|
5088
|
+
[
|
|
5089
|
+
"8d8bb2e1192b3a8c"
|
|
5090
|
+
],
|
|
5091
|
+
[
|
|
5092
|
+
"925117734d8e96b5"
|
|
5093
|
+
]
|
|
5094
|
+
]
|
|
5095
|
+
},
|
|
5096
|
+
{
|
|
5097
|
+
"id": "88582559dcf028bb",
|
|
5098
|
+
"type": "transform",
|
|
5099
|
+
"z": "460ae66eec4b7f8a",
|
|
5100
|
+
"name": "",
|
|
5101
|
+
"actionSource": "String",
|
|
5102
|
+
"deleteSource": "false",
|
|
5103
|
+
"deleteSourceType": "bool",
|
|
5104
|
+
"actionTarget": "Append",
|
|
5105
|
+
"sourceProperty": "msg.payload.a",
|
|
5106
|
+
"targetProperty": "msg.payload.b",
|
|
5107
|
+
"topicProperty": "msg.topic",
|
|
5108
|
+
"index": 0,
|
|
5109
|
+
"maxMessages": 1000,
|
|
5110
|
+
"radix": 10,
|
|
5111
|
+
"schema": "{\"type\":\"record\",\"fields\":[{\"name\":\"name\",\"type\":\"string\"}]}",
|
|
5112
|
+
"schemaType": "str",
|
|
5113
|
+
"skipLeading": 0,
|
|
5114
|
+
"skipTrailing": 0,
|
|
5115
|
+
"string": "=>",
|
|
5116
|
+
"stringType": "str",
|
|
5117
|
+
"delimiter": ",",
|
|
5118
|
+
"compressionType": "setGzip",
|
|
5119
|
+
"x": 500,
|
|
5120
|
+
"y": 200,
|
|
5121
|
+
"wires": [
|
|
5122
|
+
[
|
|
5123
|
+
"f78d540c53a64514"
|
|
5124
|
+
],
|
|
5125
|
+
[
|
|
5126
|
+
"925117734d8e96b5"
|
|
5127
|
+
]
|
|
5128
|
+
]
|
|
5129
|
+
},
|
|
5130
|
+
{
|
|
5131
|
+
"id": "f78d540c53a64514",
|
|
5132
|
+
"type": "test",
|
|
5133
|
+
"z": "460ae66eec4b7f8a",
|
|
5134
|
+
"name": "",
|
|
5135
|
+
"errorFactor": 0,
|
|
5136
|
+
"escapeString": true,
|
|
5137
|
+
"infiniteIsNull": false,
|
|
5138
|
+
"payload": "{\"a\":\"test\"}",
|
|
5139
|
+
"payloadType": "json",
|
|
5140
|
+
"result": "{\"a\":\"test\",\"b\":\"test=>\"}",
|
|
5141
|
+
"resultType": "json",
|
|
5142
|
+
"resultProperty": "msg.payload",
|
|
5143
|
+
"topic": "",
|
|
5144
|
+
"x": 180,
|
|
5145
|
+
"y": 200,
|
|
5146
|
+
"wires": [
|
|
5147
|
+
[
|
|
5148
|
+
"88582559dcf028bb"
|
|
5149
|
+
],
|
|
5150
|
+
[],
|
|
5151
|
+
[
|
|
5152
|
+
"270a0e8c4f3d5172"
|
|
5153
|
+
]
|
|
5154
|
+
]
|
|
5155
|
+
},
|
|
5156
|
+
{
|
|
5157
|
+
"id": "270a0e8c4f3d5172",
|
|
5158
|
+
"type": "test",
|
|
5159
|
+
"z": "460ae66eec4b7f8a",
|
|
5160
|
+
"name": "",
|
|
5161
|
+
"errorFactor": 0,
|
|
5162
|
+
"escapeString": true,
|
|
5163
|
+
"infiniteIsNull": false,
|
|
5164
|
+
"payload": "{\"a\":\"a test b\"}",
|
|
5165
|
+
"payloadType": "json",
|
|
5166
|
+
"result": "{\"b\":\"aTestB\"}",
|
|
5167
|
+
"resultType": "json",
|
|
5168
|
+
"resultProperty": "msg.payload",
|
|
5169
|
+
"topic": "",
|
|
5170
|
+
"x": 190,
|
|
5171
|
+
"y": 280,
|
|
5172
|
+
"wires": [
|
|
5173
|
+
[
|
|
5174
|
+
"daeadb001d8ec243"
|
|
5175
|
+
],
|
|
5176
|
+
[],
|
|
5177
|
+
[
|
|
5178
|
+
"c64612fcd16ee4c2"
|
|
5179
|
+
]
|
|
5180
|
+
]
|
|
5181
|
+
},
|
|
5182
|
+
{
|
|
5183
|
+
"id": "daeadb001d8ec243",
|
|
5184
|
+
"type": "transform",
|
|
5185
|
+
"z": "460ae66eec4b7f8a",
|
|
5186
|
+
"name": "",
|
|
5187
|
+
"actionSource": "String",
|
|
5188
|
+
"deleteSource": "true",
|
|
5189
|
+
"deleteSourceType": "bool",
|
|
5190
|
+
"actionTarget": "Camelize",
|
|
5191
|
+
"sourceProperty": "msg.payload.a",
|
|
5192
|
+
"targetProperty": "msg.payload.b",
|
|
5193
|
+
"topicProperty": "msg.topic",
|
|
5194
|
+
"index": 0,
|
|
5195
|
+
"maxMessages": 1000,
|
|
5196
|
+
"radix": 10,
|
|
5197
|
+
"schema": "{\"type\":\"record\",\"fields\":[{\"name\":\"name\",\"type\":\"string\"}]}",
|
|
5198
|
+
"schemaType": "str",
|
|
5199
|
+
"skipLeading": 0,
|
|
5200
|
+
"skipTrailing": 0,
|
|
5201
|
+
"string": "=>",
|
|
5202
|
+
"stringType": "msg",
|
|
5203
|
+
"delimiter": ",",
|
|
5204
|
+
"compressionType": "setGzip",
|
|
5205
|
+
"x": 510,
|
|
5206
|
+
"y": 280,
|
|
5207
|
+
"wires": [
|
|
5208
|
+
[
|
|
5209
|
+
"270a0e8c4f3d5172"
|
|
5210
|
+
],
|
|
5211
|
+
[
|
|
5212
|
+
"925117734d8e96b5"
|
|
5213
|
+
]
|
|
5214
|
+
]
|
|
5215
|
+
},
|
|
5216
|
+
{
|
|
5217
|
+
"id": "c64612fcd16ee4c2",
|
|
5218
|
+
"type": "test",
|
|
5219
|
+
"z": "460ae66eec4b7f8a",
|
|
5220
|
+
"name": "",
|
|
5221
|
+
"errorFactor": 0,
|
|
5222
|
+
"escapeString": true,
|
|
5223
|
+
"infiniteIsNull": false,
|
|
5224
|
+
"payload": "{\"a\":\"a test b\"}",
|
|
5225
|
+
"payloadType": "json",
|
|
5226
|
+
"result": "{\"b\":\"a test b<=>\"}",
|
|
5227
|
+
"resultType": "json",
|
|
5228
|
+
"resultProperty": "msg.payload",
|
|
5229
|
+
"topic": "",
|
|
5230
|
+
"x": 180,
|
|
5231
|
+
"y": 360,
|
|
5232
|
+
"wires": [
|
|
5233
|
+
[
|
|
5234
|
+
"4314006f6dc95d97"
|
|
5235
|
+
],
|
|
5236
|
+
[],
|
|
5237
|
+
[
|
|
5238
|
+
"7c1ffb0b49742528"
|
|
5239
|
+
]
|
|
5240
|
+
]
|
|
5241
|
+
},
|
|
5242
|
+
{
|
|
5243
|
+
"id": "4314006f6dc95d97",
|
|
5244
|
+
"type": "transform",
|
|
5245
|
+
"z": "460ae66eec4b7f8a",
|
|
5246
|
+
"name": "",
|
|
5247
|
+
"actionSource": "String",
|
|
5248
|
+
"deleteSource": "true",
|
|
5249
|
+
"deleteSourceType": "bool",
|
|
5250
|
+
"actionTarget": "Concat",
|
|
5251
|
+
"sourceProperty": "msg.payload.a",
|
|
5252
|
+
"targetProperty": "msg.payload.b",
|
|
5253
|
+
"topicProperty": "msg.topic",
|
|
5254
|
+
"index": 0,
|
|
5255
|
+
"maxMessages": 1000,
|
|
5256
|
+
"radix": 10,
|
|
5257
|
+
"schema": "{\"type\":\"record\",\"fields\":[{\"name\":\"name\",\"type\":\"string\"}]}",
|
|
5258
|
+
"schemaType": "str",
|
|
5259
|
+
"skipLeading": 0,
|
|
5260
|
+
"skipTrailing": 0,
|
|
5261
|
+
"string": "<=>",
|
|
5262
|
+
"stringType": "str",
|
|
5263
|
+
"delimiter": ",",
|
|
5264
|
+
"compressionType": "setGzip",
|
|
5265
|
+
"x": 500,
|
|
5266
|
+
"y": 360,
|
|
5267
|
+
"wires": [
|
|
5268
|
+
[
|
|
5269
|
+
"c64612fcd16ee4c2"
|
|
5270
|
+
],
|
|
5271
|
+
[
|
|
5272
|
+
"925117734d8e96b5"
|
|
5273
|
+
]
|
|
5274
|
+
]
|
|
5275
|
+
},
|
|
5276
|
+
{
|
|
5277
|
+
"id": "5a4cf5bbdd78ca08",
|
|
5278
|
+
"type": "transform",
|
|
5279
|
+
"z": "460ae66eec4b7f8a",
|
|
5280
|
+
"name": "",
|
|
5281
|
+
"actionSource": "String",
|
|
5282
|
+
"deleteSource": "true",
|
|
5283
|
+
"deleteSourceType": "bool",
|
|
5284
|
+
"actionTarget": "CharCodeAt",
|
|
5285
|
+
"sourceProperty": "msg.payload.a",
|
|
5286
|
+
"targetProperty": "msg.payload.b",
|
|
5287
|
+
"topicProperty": "msg.topic",
|
|
5288
|
+
"index": "1",
|
|
5289
|
+
"maxMessages": 1000,
|
|
5290
|
+
"radix": 10,
|
|
5291
|
+
"schema": "{\"type\":\"record\",\"fields\":[{\"name\":\"name\",\"type\":\"string\"}]}",
|
|
5292
|
+
"schemaType": "str",
|
|
5293
|
+
"skipLeading": 0,
|
|
5294
|
+
"skipTrailing": 0,
|
|
5295
|
+
"string": "",
|
|
5296
|
+
"stringType": "str",
|
|
5297
|
+
"delimiter": ",",
|
|
5298
|
+
"compressionType": "setGzip",
|
|
5299
|
+
"x": 520,
|
|
5300
|
+
"y": 440,
|
|
5301
|
+
"wires": [
|
|
5302
|
+
[
|
|
5303
|
+
"7c1ffb0b49742528"
|
|
5304
|
+
],
|
|
5305
|
+
[
|
|
5306
|
+
"925117734d8e96b5"
|
|
5307
|
+
]
|
|
5308
|
+
]
|
|
5309
|
+
},
|
|
5310
|
+
{
|
|
5311
|
+
"id": "d950412c4738c78f",
|
|
5312
|
+
"type": "transform",
|
|
5313
|
+
"z": "460ae66eec4b7f8a",
|
|
5314
|
+
"name": "",
|
|
5315
|
+
"actionSource": "String",
|
|
5316
|
+
"deleteSource": "true",
|
|
5317
|
+
"deleteSourceType": "bool",
|
|
5318
|
+
"actionTarget": "CodePointAt",
|
|
5319
|
+
"sourceProperty": "msg.payload.a",
|
|
5320
|
+
"targetProperty": "msg.payload.b",
|
|
5321
|
+
"topicProperty": "msg.topic",
|
|
5322
|
+
"index": "1",
|
|
5323
|
+
"maxMessages": 1000,
|
|
5324
|
+
"radix": 10,
|
|
5325
|
+
"schema": "{\"type\":\"record\",\"fields\":[{\"name\":\"name\",\"type\":\"string\"}]}",
|
|
5326
|
+
"schemaType": "str",
|
|
5327
|
+
"skipLeading": 0,
|
|
5328
|
+
"skipTrailing": 0,
|
|
5329
|
+
"string": "",
|
|
5330
|
+
"stringType": "str",
|
|
5331
|
+
"delimiter": ",",
|
|
5332
|
+
"compressionType": "setGzip",
|
|
5333
|
+
"x": 520,
|
|
5334
|
+
"y": 520,
|
|
5335
|
+
"wires": [
|
|
5336
|
+
[
|
|
5337
|
+
"2a5e51b612e3b1f8"
|
|
5338
|
+
],
|
|
5339
|
+
[
|
|
5340
|
+
"925117734d8e96b5"
|
|
5341
|
+
]
|
|
5342
|
+
]
|
|
5343
|
+
},
|
|
5344
|
+
{
|
|
5345
|
+
"id": "072e7d19acea716f",
|
|
5346
|
+
"type": "transform",
|
|
5347
|
+
"z": "460ae66eec4b7f8a",
|
|
5348
|
+
"name": "",
|
|
5349
|
+
"actionSource": "String",
|
|
5350
|
+
"deleteSource": "true",
|
|
5351
|
+
"deleteSourceType": "bool",
|
|
5352
|
+
"actionTarget": "Date",
|
|
5353
|
+
"sourceProperty": "msg.payload.a",
|
|
5354
|
+
"targetProperty": "msg.payload.b",
|
|
5355
|
+
"topicProperty": "msg.topic",
|
|
5356
|
+
"index": "1",
|
|
5357
|
+
"maxMessages": 1000,
|
|
5358
|
+
"radix": 10,
|
|
5359
|
+
"schema": "{\"type\":\"record\",\"fields\":[{\"name\":\"name\",\"type\":\"string\"}]}",
|
|
5360
|
+
"schemaType": "str",
|
|
5361
|
+
"skipLeading": 0,
|
|
5362
|
+
"skipTrailing": 0,
|
|
5363
|
+
"string": "",
|
|
5364
|
+
"stringType": "str",
|
|
5365
|
+
"delimiter": ",",
|
|
5366
|
+
"compressionType": "setGzip",
|
|
5367
|
+
"x": 490,
|
|
5368
|
+
"y": 600,
|
|
5369
|
+
"wires": [
|
|
5370
|
+
[
|
|
5371
|
+
"dc4920acde5f87e4"
|
|
5372
|
+
],
|
|
5373
|
+
[
|
|
5374
|
+
"925117734d8e96b5"
|
|
5375
|
+
]
|
|
5376
|
+
]
|
|
5377
|
+
},
|
|
5378
|
+
{
|
|
5379
|
+
"id": "9ccff6c8a9b460b8",
|
|
5380
|
+
"type": "transform",
|
|
5381
|
+
"z": "460ae66eec4b7f8a",
|
|
5382
|
+
"name": "",
|
|
5383
|
+
"actionSource": "String",
|
|
5384
|
+
"deleteSource": "true",
|
|
5385
|
+
"deleteSourceType": "bool",
|
|
5386
|
+
"actionTarget": "DelimiterOnCase",
|
|
5387
|
+
"sourceProperty": "msg.payload.a",
|
|
5388
|
+
"targetProperty": "msg.payload.b",
|
|
5389
|
+
"topicProperty": "msg.topic",
|
|
5390
|
+
"index": "1",
|
|
5391
|
+
"maxMessages": 1000,
|
|
5392
|
+
"radix": 10,
|
|
5393
|
+
"schema": "{\"type\":\"record\",\"fields\":[{\"name\":\"name\",\"type\":\"string\"}]}",
|
|
5394
|
+
"schemaType": "str",
|
|
5395
|
+
"skipLeading": 0,
|
|
5396
|
+
"skipTrailing": 0,
|
|
5397
|
+
"string": "",
|
|
5398
|
+
"stringType": "str",
|
|
5399
|
+
"delimiter": ",",
|
|
5400
|
+
"compressionType": "setGzip",
|
|
5401
|
+
"x": 530,
|
|
5402
|
+
"y": 680,
|
|
5403
|
+
"wires": [
|
|
5404
|
+
[
|
|
5405
|
+
"71bde3f27fe075fc"
|
|
5406
|
+
],
|
|
5407
|
+
[
|
|
5408
|
+
"925117734d8e96b5"
|
|
5409
|
+
]
|
|
5410
|
+
]
|
|
5411
|
+
},
|
|
5412
|
+
{
|
|
5413
|
+
"id": "dcbfe2ea6795fcb4",
|
|
5414
|
+
"type": "transform",
|
|
5415
|
+
"z": "460ae66eec4b7f8a",
|
|
5416
|
+
"name": "",
|
|
5417
|
+
"actionSource": "String",
|
|
5418
|
+
"deleteSource": "true",
|
|
5419
|
+
"deleteSourceType": "bool",
|
|
5420
|
+
"actionTarget": "EndsWith",
|
|
5421
|
+
"sourceProperty": "msg.payload.a",
|
|
5422
|
+
"targetProperty": "msg.payload.b",
|
|
5423
|
+
"topicProperty": "msg.topic",
|
|
5424
|
+
"index": "1",
|
|
5425
|
+
"maxMessages": 1000,
|
|
5426
|
+
"radix": 10,
|
|
5427
|
+
"schema": "{\"type\":\"record\",\"fields\":[{\"name\":\"name\",\"type\":\"string\"}]}",
|
|
5428
|
+
"schemaType": "str",
|
|
5429
|
+
"skipLeading": 0,
|
|
5430
|
+
"skipTrailing": 0,
|
|
5431
|
+
"string": "def",
|
|
5432
|
+
"stringType": "str",
|
|
5433
|
+
"delimiter": ",",
|
|
5434
|
+
"compressionType": "setGzip",
|
|
5435
|
+
"x": 510,
|
|
5436
|
+
"y": 760,
|
|
5437
|
+
"wires": [
|
|
5438
|
+
[
|
|
5439
|
+
"8c10fe666d441dac"
|
|
5440
|
+
],
|
|
5441
|
+
[
|
|
5442
|
+
"925117734d8e96b5"
|
|
5443
|
+
]
|
|
5444
|
+
]
|
|
5445
|
+
},
|
|
5446
|
+
{
|
|
5447
|
+
"id": "4c20187ba4f4d732",
|
|
5448
|
+
"type": "transform",
|
|
5449
|
+
"z": "460ae66eec4b7f8a",
|
|
5450
|
+
"name": "",
|
|
5451
|
+
"actionSource": "String",
|
|
5452
|
+
"deleteSource": "true",
|
|
5453
|
+
"deleteSourceType": "bool",
|
|
5454
|
+
"actionTarget": "Prepend",
|
|
5455
|
+
"sourceProperty": "msg.payload.a",
|
|
5456
|
+
"targetProperty": "msg.payload.b",
|
|
5457
|
+
"topicProperty": "msg.topic",
|
|
5458
|
+
"index": "1",
|
|
5459
|
+
"maxMessages": 1000,
|
|
5460
|
+
"radix": 10,
|
|
5461
|
+
"schema": "{\"type\":\"record\",\"fields\":[{\"name\":\"name\",\"type\":\"string\"}]}",
|
|
5462
|
+
"schemaType": "str",
|
|
5463
|
+
"skipLeading": 0,
|
|
5464
|
+
"skipTrailing": 0,
|
|
5465
|
+
"string": "=>",
|
|
5466
|
+
"stringType": "str",
|
|
5467
|
+
"delimiter": ",",
|
|
5468
|
+
"compressionType": "setGzip",
|
|
5469
|
+
"x": 510,
|
|
5470
|
+
"y": 840,
|
|
5471
|
+
"wires": [
|
|
5472
|
+
[
|
|
5473
|
+
"ebeebbbddab24c44"
|
|
5474
|
+
],
|
|
5475
|
+
[
|
|
5476
|
+
"925117734d8e96b5"
|
|
5477
|
+
]
|
|
5478
|
+
]
|
|
5479
|
+
},
|
|
5480
|
+
{
|
|
5481
|
+
"id": "34db4f79e104b88d",
|
|
5482
|
+
"type": "transform",
|
|
5483
|
+
"z": "460ae66eec4b7f8a",
|
|
5484
|
+
"name": "",
|
|
5485
|
+
"actionSource": "String",
|
|
5486
|
+
"deleteSource": "true",
|
|
5487
|
+
"deleteSourceType": "bool",
|
|
5488
|
+
"actionTarget": "Integer",
|
|
5489
|
+
"sourceProperty": "msg.payload.a",
|
|
5490
|
+
"targetProperty": "msg.payload.b",
|
|
5491
|
+
"topicProperty": "msg.topic",
|
|
5492
|
+
"index": "1",
|
|
5493
|
+
"maxMessages": 1000,
|
|
5494
|
+
"radix": 10,
|
|
5495
|
+
"schema": "{\"type\":\"record\",\"fields\":[{\"name\":\"name\",\"type\":\"string\"}]}",
|
|
5496
|
+
"schemaType": "str",
|
|
5497
|
+
"skipLeading": 0,
|
|
5498
|
+
"skipTrailing": 0,
|
|
5499
|
+
"string": "",
|
|
5500
|
+
"stringType": "str",
|
|
5501
|
+
"delimiter": ",",
|
|
5502
|
+
"compressionType": "setGzip",
|
|
5503
|
+
"x": 500,
|
|
5504
|
+
"y": 920,
|
|
5505
|
+
"wires": [
|
|
5506
|
+
[
|
|
5507
|
+
"186e62ee33add8f7"
|
|
5508
|
+
],
|
|
5509
|
+
[
|
|
5510
|
+
"925117734d8e96b5"
|
|
5511
|
+
]
|
|
5512
|
+
]
|
|
5513
|
+
},
|
|
5514
|
+
{
|
|
5515
|
+
"id": "fd3ddc020e4e4dd5",
|
|
5516
|
+
"type": "transform",
|
|
5517
|
+
"z": "460ae66eec4b7f8a",
|
|
5518
|
+
"name": "",
|
|
5519
|
+
"actionSource": "String",
|
|
5520
|
+
"deleteSource": "true",
|
|
5521
|
+
"deleteSourceType": "bool",
|
|
5522
|
+
"actionTarget": "LowerCase",
|
|
5523
|
+
"sourceProperty": "msg.payload.a",
|
|
5524
|
+
"targetProperty": "msg.payload.b",
|
|
5525
|
+
"topicProperty": "msg.topic",
|
|
5526
|
+
"index": "1",
|
|
5527
|
+
"maxMessages": 1000,
|
|
5528
|
+
"radix": 10,
|
|
5529
|
+
"schema": "{\"type\":\"record\",\"fields\":[{\"name\":\"name\",\"type\":\"string\"}]}",
|
|
5530
|
+
"schemaType": "str",
|
|
5531
|
+
"skipLeading": 0,
|
|
5532
|
+
"skipTrailing": 0,
|
|
5533
|
+
"string": "",
|
|
5534
|
+
"stringType": "str",
|
|
5535
|
+
"delimiter": ",",
|
|
5536
|
+
"compressionType": "setGzip",
|
|
5537
|
+
"x": 520,
|
|
5538
|
+
"y": 1000,
|
|
5539
|
+
"wires": [
|
|
5540
|
+
[
|
|
5541
|
+
"1c3dd74d3d062367"
|
|
5542
|
+
],
|
|
5543
|
+
[
|
|
5544
|
+
"925117734d8e96b5"
|
|
5545
|
+
]
|
|
5546
|
+
]
|
|
5547
|
+
},
|
|
5548
|
+
{
|
|
5549
|
+
"id": "7c1ffb0b49742528",
|
|
5550
|
+
"type": "test",
|
|
5551
|
+
"z": "460ae66eec4b7f8a",
|
|
5552
|
+
"name": "",
|
|
5553
|
+
"errorFactor": 0,
|
|
5554
|
+
"escapeString": true,
|
|
5555
|
+
"infiniteIsNull": false,
|
|
5556
|
+
"payload": "{\"a\":\"abcde\"}",
|
|
5557
|
+
"payloadType": "json",
|
|
5558
|
+
"result": "{\"b\":98}",
|
|
5559
|
+
"resultType": "json",
|
|
5560
|
+
"resultProperty": "msg.payload",
|
|
5561
|
+
"topic": "",
|
|
5562
|
+
"x": 170,
|
|
5563
|
+
"y": 440,
|
|
5564
|
+
"wires": [
|
|
5565
|
+
[
|
|
5566
|
+
"5a4cf5bbdd78ca08"
|
|
5567
|
+
],
|
|
5568
|
+
[],
|
|
5569
|
+
[
|
|
5570
|
+
"2a5e51b612e3b1f8"
|
|
5571
|
+
]
|
|
5572
|
+
]
|
|
5573
|
+
},
|
|
5574
|
+
{
|
|
5575
|
+
"id": "2a5e51b612e3b1f8",
|
|
5576
|
+
"type": "test",
|
|
5577
|
+
"z": "460ae66eec4b7f8a",
|
|
5578
|
+
"name": "",
|
|
5579
|
+
"errorFactor": 0,
|
|
5580
|
+
"escapeString": true,
|
|
5581
|
+
"infiniteIsNull": false,
|
|
5582
|
+
"payload": "{\"a\":\"a test b\"}",
|
|
5583
|
+
"payloadType": "json",
|
|
5584
|
+
"result": "{\"b\":32}",
|
|
5585
|
+
"resultType": "json",
|
|
5586
|
+
"resultProperty": "msg.payload",
|
|
5587
|
+
"topic": "",
|
|
5588
|
+
"x": 170,
|
|
5589
|
+
"y": 520,
|
|
5590
|
+
"wires": [
|
|
5591
|
+
[
|
|
5592
|
+
"d950412c4738c78f"
|
|
5593
|
+
],
|
|
5594
|
+
[],
|
|
5595
|
+
[
|
|
5596
|
+
"dc4920acde5f87e4"
|
|
5597
|
+
]
|
|
5598
|
+
]
|
|
5599
|
+
},
|
|
5600
|
+
{
|
|
5601
|
+
"id": "dc4920acde5f87e4",
|
|
5602
|
+
"type": "test",
|
|
5603
|
+
"z": "460ae66eec4b7f8a",
|
|
5604
|
+
"name": "",
|
|
5605
|
+
"errorFactor": 0,
|
|
5606
|
+
"escapeString": true,
|
|
5607
|
+
"infiniteIsNull": false,
|
|
5608
|
+
"payload": "{\"a\":\"1/1/2001\"}",
|
|
5609
|
+
"payloadType": "json",
|
|
5610
|
+
"result": "{\"b\":978267600000}",
|
|
5611
|
+
"resultType": "json",
|
|
5612
|
+
"resultProperty": "msg.payload",
|
|
5613
|
+
"topic": "",
|
|
5614
|
+
"x": 190,
|
|
5615
|
+
"y": 600,
|
|
5616
|
+
"wires": [
|
|
5617
|
+
[
|
|
5618
|
+
"072e7d19acea716f"
|
|
5619
|
+
],
|
|
5620
|
+
[],
|
|
5621
|
+
[
|
|
5622
|
+
"71bde3f27fe075fc"
|
|
5623
|
+
]
|
|
5624
|
+
]
|
|
5625
|
+
},
|
|
5626
|
+
{
|
|
5627
|
+
"id": "71bde3f27fe075fc",
|
|
5628
|
+
"type": "test",
|
|
5629
|
+
"z": "460ae66eec4b7f8a",
|
|
5630
|
+
"name": "",
|
|
5631
|
+
"errorFactor": 0,
|
|
5632
|
+
"escapeString": true,
|
|
5633
|
+
"infiniteIsNull": false,
|
|
5634
|
+
"payload": "{\"a\":\"aBcdEFghIK\"}",
|
|
5635
|
+
"payloadType": "json",
|
|
5636
|
+
"result": "{\"b\": \"a,bcd,e,fgh,i,k\"}",
|
|
5637
|
+
"resultType": "json",
|
|
5638
|
+
"resultProperty": "msg.payload",
|
|
5639
|
+
"topic": "",
|
|
5640
|
+
"x": 190,
|
|
5641
|
+
"y": 680,
|
|
5642
|
+
"wires": [
|
|
5643
|
+
[
|
|
5644
|
+
"9ccff6c8a9b460b8"
|
|
5645
|
+
],
|
|
5646
|
+
[
|
|
5647
|
+
"925117734d8e96b5"
|
|
5648
|
+
],
|
|
5649
|
+
[
|
|
5650
|
+
"8c10fe666d441dac"
|
|
5651
|
+
]
|
|
5652
|
+
]
|
|
5653
|
+
},
|
|
5654
|
+
{
|
|
5655
|
+
"id": "8c10fe666d441dac",
|
|
5656
|
+
"type": "test",
|
|
5657
|
+
"z": "460ae66eec4b7f8a",
|
|
5658
|
+
"name": "",
|
|
5659
|
+
"errorFactor": 0,
|
|
5660
|
+
"escapeString": false,
|
|
5661
|
+
"infiniteIsNull": false,
|
|
5662
|
+
"payload": "{\"a\":\"abd1def\"}",
|
|
5663
|
+
"payloadType": "json",
|
|
5664
|
+
"result": "{\"b\":true}",
|
|
5665
|
+
"resultType": "json",
|
|
5666
|
+
"resultProperty": "msg.payload",
|
|
5667
|
+
"topic": "",
|
|
5668
|
+
"x": 180,
|
|
5669
|
+
"y": 760,
|
|
5670
|
+
"wires": [
|
|
5671
|
+
[
|
|
5672
|
+
"dcbfe2ea6795fcb4"
|
|
5673
|
+
],
|
|
5674
|
+
[
|
|
5675
|
+
"925117734d8e96b5"
|
|
5676
|
+
],
|
|
5677
|
+
[
|
|
5678
|
+
"ebeebbbddab24c44"
|
|
5679
|
+
]
|
|
5680
|
+
]
|
|
5681
|
+
},
|
|
5682
|
+
{
|
|
5683
|
+
"id": "ebeebbbddab24c44",
|
|
5684
|
+
"type": "test",
|
|
5685
|
+
"z": "460ae66eec4b7f8a",
|
|
5686
|
+
"name": "",
|
|
5687
|
+
"errorFactor": 0,
|
|
5688
|
+
"escapeString": true,
|
|
5689
|
+
"infiniteIsNull": false,
|
|
5690
|
+
"payload": "{\"a\":\"abc\"}",
|
|
5691
|
+
"payloadType": "json",
|
|
5692
|
+
"result": "{\"b\":\"=>abc\"}",
|
|
5693
|
+
"resultType": "json",
|
|
5694
|
+
"resultProperty": "msg.payload",
|
|
5695
|
+
"topic": "",
|
|
5696
|
+
"x": 180,
|
|
5697
|
+
"y": 840,
|
|
5698
|
+
"wires": [
|
|
5699
|
+
[
|
|
5700
|
+
"4c20187ba4f4d732"
|
|
5701
|
+
],
|
|
5702
|
+
[],
|
|
5703
|
+
[
|
|
5704
|
+
"186e62ee33add8f7"
|
|
5705
|
+
]
|
|
5706
|
+
]
|
|
5707
|
+
},
|
|
5708
|
+
{
|
|
5709
|
+
"id": "186e62ee33add8f7",
|
|
5710
|
+
"type": "test",
|
|
5711
|
+
"z": "460ae66eec4b7f8a",
|
|
5712
|
+
"name": "",
|
|
5713
|
+
"errorFactor": 0,
|
|
5714
|
+
"escapeString": true,
|
|
5715
|
+
"infiniteIsNull": false,
|
|
5716
|
+
"payload": "{\"a\":\"2\"}",
|
|
5717
|
+
"payloadType": "json",
|
|
5718
|
+
"result": "{\"b\":2}",
|
|
5719
|
+
"resultType": "json",
|
|
5720
|
+
"resultProperty": "msg.payload",
|
|
5721
|
+
"topic": "",
|
|
5722
|
+
"x": 150,
|
|
5723
|
+
"y": 920,
|
|
5724
|
+
"wires": [
|
|
5725
|
+
[
|
|
5726
|
+
"34db4f79e104b88d"
|
|
5727
|
+
],
|
|
5728
|
+
[],
|
|
5729
|
+
[
|
|
5730
|
+
"1c3dd74d3d062367"
|
|
5731
|
+
]
|
|
5732
|
+
]
|
|
5733
|
+
},
|
|
5734
|
+
{
|
|
5735
|
+
"id": "1c3dd74d3d062367",
|
|
5736
|
+
"type": "test",
|
|
5737
|
+
"z": "460ae66eec4b7f8a",
|
|
5738
|
+
"name": "",
|
|
5739
|
+
"errorFactor": 0,
|
|
5740
|
+
"escapeString": true,
|
|
5741
|
+
"infiniteIsNull": false,
|
|
5742
|
+
"payload": "{\"a\":\"aB cDE\"}",
|
|
5743
|
+
"payloadType": "json",
|
|
5744
|
+
"result": "{\"b\":\"ab cde\"}",
|
|
5745
|
+
"resultType": "json",
|
|
5746
|
+
"resultProperty": "msg.payload",
|
|
5747
|
+
"topic": "",
|
|
5748
|
+
"x": 190,
|
|
5749
|
+
"y": 1000,
|
|
5750
|
+
"wires": [
|
|
5751
|
+
[
|
|
5752
|
+
"fd3ddc020e4e4dd5"
|
|
5753
|
+
],
|
|
5754
|
+
[],
|
|
5755
|
+
[
|
|
5756
|
+
"dcc18294163735c9"
|
|
5757
|
+
]
|
|
5758
|
+
]
|
|
5759
|
+
},
|
|
5760
|
+
{
|
|
5761
|
+
"id": "b732e54471eaf713",
|
|
5762
|
+
"type": "transform",
|
|
5763
|
+
"z": "460ae66eec4b7f8a",
|
|
5764
|
+
"name": "",
|
|
5765
|
+
"actionSource": "String",
|
|
5766
|
+
"deleteSource": "true",
|
|
5767
|
+
"deleteSourceType": "bool",
|
|
5768
|
+
"actionTarget": "Number",
|
|
5769
|
+
"sourceProperty": "msg.payload.a",
|
|
5770
|
+
"targetProperty": "msg.payload.b",
|
|
5771
|
+
"topicProperty": "msg.topic",
|
|
5772
|
+
"index": 0,
|
|
5773
|
+
"maxMessages": 1000,
|
|
5774
|
+
"radix": 10,
|
|
5775
|
+
"schema": "{\"type\":\"record\",\"fields\":[{\"name\":\"name\",\"type\":\"string\"}]}",
|
|
5776
|
+
"schemaType": "str",
|
|
5777
|
+
"skipLeading": 0,
|
|
5778
|
+
"skipTrailing": 0,
|
|
5779
|
+
"string": "",
|
|
5780
|
+
"stringType": "str",
|
|
5781
|
+
"delimiter": ",",
|
|
5782
|
+
"compressionType": "setGzip",
|
|
5783
|
+
"x": 500,
|
|
5784
|
+
"y": 1080,
|
|
5785
|
+
"wires": [
|
|
5786
|
+
[
|
|
5787
|
+
"dcc18294163735c9"
|
|
5788
|
+
],
|
|
5789
|
+
[
|
|
5790
|
+
"925117734d8e96b5"
|
|
5791
|
+
]
|
|
5792
|
+
]
|
|
5793
|
+
},
|
|
5794
|
+
{
|
|
5795
|
+
"id": "82f01872c3438970",
|
|
5796
|
+
"type": "transform",
|
|
5797
|
+
"z": "460ae66eec4b7f8a",
|
|
5798
|
+
"name": "",
|
|
5799
|
+
"actionSource": "String",
|
|
5800
|
+
"deleteSource": "true",
|
|
5801
|
+
"deleteSourceType": "bool",
|
|
5802
|
+
"actionTarget": "Prepend",
|
|
5803
|
+
"sourceProperty": "msg.payload.a",
|
|
5804
|
+
"targetProperty": "msg.payload.b",
|
|
5805
|
+
"topicProperty": "msg.topic",
|
|
5806
|
+
"index": 0,
|
|
5807
|
+
"maxMessages": 1000,
|
|
5808
|
+
"radix": 10,
|
|
5809
|
+
"schema": "{\"type\":\"record\",\"fields\":[{\"name\":\"name\",\"type\":\"string\"}]}",
|
|
5810
|
+
"schemaType": "str",
|
|
5811
|
+
"skipLeading": 0,
|
|
5812
|
+
"skipTrailing": 0,
|
|
5813
|
+
"string": "=>",
|
|
5814
|
+
"stringType": "str",
|
|
5815
|
+
"delimiter": ",",
|
|
5816
|
+
"compressionType": "setGzip",
|
|
5817
|
+
"x": 510,
|
|
5818
|
+
"y": 1160,
|
|
5819
|
+
"wires": [
|
|
5820
|
+
[
|
|
5821
|
+
"17ef03a12d2fd756"
|
|
5822
|
+
],
|
|
5823
|
+
[
|
|
5824
|
+
"925117734d8e96b5"
|
|
5825
|
+
]
|
|
5826
|
+
]
|
|
5827
|
+
},
|
|
5828
|
+
{
|
|
5829
|
+
"id": "8d73196a973a986c",
|
|
5830
|
+
"type": "transform",
|
|
5831
|
+
"z": "460ae66eec4b7f8a",
|
|
5832
|
+
"name": "",
|
|
5833
|
+
"actionSource": "String",
|
|
5834
|
+
"deleteSource": "true",
|
|
5835
|
+
"deleteSourceType": "bool",
|
|
5836
|
+
"actionTarget": "JSON",
|
|
5837
|
+
"sourceProperty": "msg.payload.a",
|
|
5838
|
+
"targetProperty": "msg.payload.b",
|
|
5839
|
+
"topicProperty": "msg.topic",
|
|
5840
|
+
"index": 0,
|
|
5841
|
+
"maxMessages": 1000,
|
|
5842
|
+
"radix": 10,
|
|
5843
|
+
"schema": "{\"type\":\"record\",\"fields\":[{\"name\":\"name\",\"type\":\"string\"}]}",
|
|
5844
|
+
"schemaType": "str",
|
|
5845
|
+
"skipLeading": 0,
|
|
5846
|
+
"skipTrailing": 0,
|
|
5847
|
+
"string": "",
|
|
5848
|
+
"stringType": "str",
|
|
5849
|
+
"delimiter": ",",
|
|
5850
|
+
"compressionType": "setGzip",
|
|
5851
|
+
"x": 500,
|
|
5852
|
+
"y": 1240,
|
|
5853
|
+
"wires": [
|
|
5854
|
+
[
|
|
5855
|
+
"a923ee497b800af4"
|
|
5856
|
+
],
|
|
5857
|
+
[
|
|
5858
|
+
"925117734d8e96b5"
|
|
5859
|
+
]
|
|
5860
|
+
]
|
|
5861
|
+
},
|
|
5862
|
+
{
|
|
5863
|
+
"id": "5d5a3f0c8be254da",
|
|
5864
|
+
"type": "transform",
|
|
5865
|
+
"z": "460ae66eec4b7f8a",
|
|
5866
|
+
"name": "",
|
|
5867
|
+
"actionSource": "String",
|
|
5868
|
+
"deleteSource": "true",
|
|
5869
|
+
"deleteSourceType": "bool",
|
|
5870
|
+
"actionTarget": "Split",
|
|
5871
|
+
"sourceProperty": "msg.payload.a",
|
|
5872
|
+
"targetProperty": "msg.payload.b",
|
|
5873
|
+
"topicProperty": "msg.topic",
|
|
5874
|
+
"index": 0,
|
|
5875
|
+
"maxMessages": 1000,
|
|
5876
|
+
"radix": 10,
|
|
5877
|
+
"schema": "{\"type\":\"record\",\"fields\":[{\"name\":\"name\",\"type\":\"string\"}]}",
|
|
5878
|
+
"schemaType": "str",
|
|
5879
|
+
"skipLeading": 0,
|
|
5880
|
+
"skipTrailing": 0,
|
|
5881
|
+
"string": "c",
|
|
5882
|
+
"stringType": "str",
|
|
5883
|
+
"delimiter": ",",
|
|
5884
|
+
"compressionType": "setGzip",
|
|
5885
|
+
"x": 490,
|
|
5886
|
+
"y": 1320,
|
|
5887
|
+
"wires": [
|
|
5888
|
+
[
|
|
5889
|
+
"d99bc55ce55d29c4"
|
|
5890
|
+
],
|
|
5891
|
+
[
|
|
5892
|
+
"925117734d8e96b5"
|
|
5893
|
+
]
|
|
5894
|
+
]
|
|
5895
|
+
},
|
|
5896
|
+
{
|
|
5897
|
+
"id": "2fd3ea0697259d9f",
|
|
5898
|
+
"type": "transform",
|
|
5899
|
+
"z": "460ae66eec4b7f8a",
|
|
5900
|
+
"name": "",
|
|
5901
|
+
"actionSource": "String",
|
|
5902
|
+
"deleteSource": "true",
|
|
5903
|
+
"deleteSourceType": "bool",
|
|
5904
|
+
"actionTarget": "StartsWith",
|
|
5905
|
+
"sourceProperty": "msg.payload.a",
|
|
5906
|
+
"targetProperty": "msg.payload.b",
|
|
5907
|
+
"topicProperty": "msg.topic",
|
|
5908
|
+
"index": 0,
|
|
5909
|
+
"maxMessages": 1000,
|
|
5910
|
+
"radix": 10,
|
|
5911
|
+
"schema": "{\"type\":\"record\",\"fields\":[{\"name\":\"name\",\"type\":\"string\"}]}",
|
|
5912
|
+
"schemaType": "str",
|
|
5913
|
+
"skipLeading": 0,
|
|
5914
|
+
"skipTrailing": 0,
|
|
5915
|
+
"string": "abc",
|
|
5916
|
+
"stringType": "str",
|
|
5917
|
+
"delimiter": ",",
|
|
5918
|
+
"compressionType": "setGzip",
|
|
5919
|
+
"x": 510,
|
|
5920
|
+
"y": 1400,
|
|
5921
|
+
"wires": [
|
|
5922
|
+
[
|
|
5923
|
+
"43a88afb923333b5"
|
|
5924
|
+
],
|
|
5925
|
+
[
|
|
5926
|
+
"925117734d8e96b5"
|
|
5927
|
+
]
|
|
5928
|
+
]
|
|
5929
|
+
},
|
|
5930
|
+
{
|
|
5931
|
+
"id": "df13affa93676080",
|
|
5932
|
+
"type": "transform",
|
|
5933
|
+
"z": "460ae66eec4b7f8a",
|
|
5934
|
+
"name": "",
|
|
5935
|
+
"actionSource": "String",
|
|
5936
|
+
"deleteSource": "true",
|
|
5937
|
+
"deleteSourceType": "bool",
|
|
5938
|
+
"actionTarget": "StartsWith",
|
|
5939
|
+
"sourceProperty": "msg.payload.a",
|
|
5940
|
+
"targetProperty": "msg.payload.b",
|
|
5941
|
+
"topicProperty": "msg.topic",
|
|
5942
|
+
"index": 0,
|
|
5943
|
+
"maxMessages": 1000,
|
|
5944
|
+
"radix": 10,
|
|
5945
|
+
"schema": "{\"type\":\"record\",\"fields\":[{\"name\":\"name\",\"type\":\"string\"}]}",
|
|
5946
|
+
"schemaType": "str",
|
|
5947
|
+
"skipLeading": 0,
|
|
5948
|
+
"skipTrailing": 0,
|
|
5949
|
+
"string": "cba",
|
|
5950
|
+
"stringType": "str",
|
|
5951
|
+
"delimiter": ",",
|
|
5952
|
+
"compressionType": "setGzip",
|
|
5953
|
+
"x": 510,
|
|
5954
|
+
"y": 1480,
|
|
5955
|
+
"wires": [
|
|
5956
|
+
[
|
|
5957
|
+
"22baecbb272c0ce0"
|
|
5958
|
+
],
|
|
5959
|
+
[
|
|
5960
|
+
"925117734d8e96b5"
|
|
5961
|
+
]
|
|
5962
|
+
]
|
|
5963
|
+
},
|
|
5964
|
+
{
|
|
5965
|
+
"id": "022939c0c11b13d3",
|
|
5966
|
+
"type": "transform",
|
|
5967
|
+
"z": "460ae66eec4b7f8a",
|
|
5968
|
+
"name": "",
|
|
5969
|
+
"actionSource": "String",
|
|
5970
|
+
"deleteSource": "true",
|
|
5971
|
+
"deleteSourceType": "bool",
|
|
5972
|
+
"actionTarget": "Trim",
|
|
5973
|
+
"sourceProperty": "msg.payload.a",
|
|
5974
|
+
"targetProperty": "msg.payload.b",
|
|
5975
|
+
"topicProperty": "msg.topic",
|
|
5976
|
+
"index": 0,
|
|
5977
|
+
"maxMessages": 1000,
|
|
5978
|
+
"radix": 10,
|
|
5979
|
+
"schema": "{\"type\":\"record\",\"fields\":[{\"name\":\"name\",\"type\":\"string\"}]}",
|
|
5980
|
+
"schemaType": "str",
|
|
5981
|
+
"skipLeading": 0,
|
|
5982
|
+
"skipTrailing": 0,
|
|
5983
|
+
"string": "abc",
|
|
5984
|
+
"stringType": "str",
|
|
5985
|
+
"delimiter": ",",
|
|
5986
|
+
"compressionType": "setGzip",
|
|
5987
|
+
"x": 490,
|
|
5988
|
+
"y": 1560,
|
|
5989
|
+
"wires": [
|
|
5990
|
+
[
|
|
5991
|
+
"96cf6753b9b42df8"
|
|
5992
|
+
],
|
|
5993
|
+
[
|
|
5994
|
+
"925117734d8e96b5"
|
|
5995
|
+
]
|
|
5996
|
+
]
|
|
5997
|
+
},
|
|
5998
|
+
{
|
|
5999
|
+
"id": "20c87f4f42eeb3a9",
|
|
6000
|
+
"type": "transform",
|
|
6001
|
+
"z": "460ae66eec4b7f8a",
|
|
6002
|
+
"name": "",
|
|
6003
|
+
"actionSource": "String",
|
|
6004
|
+
"deleteSource": "true",
|
|
6005
|
+
"deleteSourceType": "bool",
|
|
6006
|
+
"actionTarget": "TrimEnd",
|
|
6007
|
+
"sourceProperty": "msg.payload.a",
|
|
6008
|
+
"targetProperty": "msg.payload.b",
|
|
6009
|
+
"topicProperty": "msg.topic",
|
|
6010
|
+
"index": 0,
|
|
6011
|
+
"maxMessages": 1000,
|
|
6012
|
+
"radix": 10,
|
|
6013
|
+
"schema": "{\"type\":\"record\",\"fields\":[{\"name\":\"name\",\"type\":\"string\"}]}",
|
|
6014
|
+
"schemaType": "str",
|
|
6015
|
+
"skipLeading": 0,
|
|
6016
|
+
"skipTrailing": 0,
|
|
6017
|
+
"string": "abc",
|
|
6018
|
+
"stringType": "str",
|
|
6019
|
+
"delimiter": ",",
|
|
6020
|
+
"compressionType": "setGzip",
|
|
6021
|
+
"x": 510,
|
|
6022
|
+
"y": 1640,
|
|
6023
|
+
"wires": [
|
|
6024
|
+
[
|
|
6025
|
+
"c7d663c8e599aa49"
|
|
6026
|
+
],
|
|
6027
|
+
[
|
|
6028
|
+
"925117734d8e96b5"
|
|
6029
|
+
]
|
|
6030
|
+
]
|
|
6031
|
+
},
|
|
6032
|
+
{
|
|
6033
|
+
"id": "48a74d7f7044b629",
|
|
6034
|
+
"type": "transform",
|
|
6035
|
+
"z": "460ae66eec4b7f8a",
|
|
6036
|
+
"name": "",
|
|
6037
|
+
"actionSource": "String",
|
|
6038
|
+
"deleteSource": "true",
|
|
6039
|
+
"deleteSourceType": "bool",
|
|
6040
|
+
"actionTarget": "TrimStart",
|
|
6041
|
+
"sourceProperty": "msg.payload.a",
|
|
6042
|
+
"targetProperty": "msg.payload.b",
|
|
6043
|
+
"topicProperty": "msg.topic",
|
|
6044
|
+
"index": 0,
|
|
6045
|
+
"maxMessages": 1000,
|
|
6046
|
+
"radix": 10,
|
|
6047
|
+
"schema": "{\"type\":\"record\",\"fields\":[{\"name\":\"name\",\"type\":\"string\"}]}",
|
|
6048
|
+
"schemaType": "str",
|
|
6049
|
+
"skipLeading": 0,
|
|
6050
|
+
"skipTrailing": 0,
|
|
6051
|
+
"string": "abc",
|
|
6052
|
+
"stringType": "str",
|
|
6053
|
+
"delimiter": ",",
|
|
6054
|
+
"compressionType": "setGzip",
|
|
6055
|
+
"x": 510,
|
|
6056
|
+
"y": 1720,
|
|
6057
|
+
"wires": [
|
|
6058
|
+
[
|
|
6059
|
+
"045e7a72b5b8a9a0"
|
|
6060
|
+
],
|
|
6061
|
+
[
|
|
6062
|
+
"925117734d8e96b5"
|
|
6063
|
+
]
|
|
6064
|
+
]
|
|
6065
|
+
},
|
|
6066
|
+
{
|
|
6067
|
+
"id": "c248c9dac1aed77b",
|
|
6068
|
+
"type": "transform",
|
|
6069
|
+
"z": "460ae66eec4b7f8a",
|
|
6070
|
+
"name": "",
|
|
6071
|
+
"actionSource": "String",
|
|
6072
|
+
"deleteSource": "true",
|
|
6073
|
+
"deleteSourceType": "bool",
|
|
6074
|
+
"actionTarget": "UpperCase",
|
|
6075
|
+
"sourceProperty": "msg.payload.a",
|
|
6076
|
+
"targetProperty": "msg.payload.b",
|
|
6077
|
+
"topicProperty": "msg.topic",
|
|
6078
|
+
"index": 0,
|
|
6079
|
+
"maxMessages": 1000,
|
|
6080
|
+
"radix": 10,
|
|
6081
|
+
"schema": "{\"type\":\"record\",\"fields\":[{\"name\":\"name\",\"type\":\"string\"}]}",
|
|
6082
|
+
"schemaType": "str",
|
|
6083
|
+
"skipLeading": 0,
|
|
6084
|
+
"skipTrailing": 0,
|
|
6085
|
+
"string": "abc",
|
|
6086
|
+
"stringType": "str",
|
|
6087
|
+
"delimiter": ",",
|
|
6088
|
+
"compressionType": "setGzip",
|
|
6089
|
+
"x": 520,
|
|
6090
|
+
"y": 1800,
|
|
6091
|
+
"wires": [
|
|
6092
|
+
[
|
|
6093
|
+
"03f40508ed9626ba"
|
|
6094
|
+
],
|
|
6095
|
+
[
|
|
6096
|
+
"925117734d8e96b5"
|
|
6097
|
+
]
|
|
6098
|
+
]
|
|
6099
|
+
},
|
|
6100
|
+
{
|
|
6101
|
+
"id": "dcc18294163735c9",
|
|
6102
|
+
"type": "test",
|
|
6103
|
+
"z": "460ae66eec4b7f8a",
|
|
6104
|
+
"name": "",
|
|
6105
|
+
"errorFactor": 0,
|
|
6106
|
+
"escapeString": true,
|
|
6107
|
+
"infiniteIsNull": false,
|
|
6108
|
+
"payload": "{\"a\":\"2\"}",
|
|
6109
|
+
"payloadType": "json",
|
|
6110
|
+
"result": "{\"b\":2}",
|
|
6111
|
+
"resultType": "json",
|
|
6112
|
+
"resultProperty": "msg.payload",
|
|
6113
|
+
"topic": "",
|
|
6114
|
+
"x": 150,
|
|
6115
|
+
"y": 1080,
|
|
6116
|
+
"wires": [
|
|
6117
|
+
[
|
|
6118
|
+
"b732e54471eaf713"
|
|
6119
|
+
],
|
|
6120
|
+
[
|
|
6121
|
+
"925117734d8e96b5"
|
|
6122
|
+
],
|
|
6123
|
+
[
|
|
6124
|
+
"17ef03a12d2fd756"
|
|
6125
|
+
]
|
|
6126
|
+
]
|
|
6127
|
+
},
|
|
6128
|
+
{
|
|
6129
|
+
"id": "17ef03a12d2fd756",
|
|
6130
|
+
"type": "test",
|
|
6131
|
+
"z": "460ae66eec4b7f8a",
|
|
6132
|
+
"name": "",
|
|
6133
|
+
"errorFactor": 0,
|
|
6134
|
+
"escapeString": true,
|
|
6135
|
+
"infiniteIsNull": false,
|
|
6136
|
+
"payload": "{\"a\":\"2\"}",
|
|
6137
|
+
"payloadType": "json",
|
|
6138
|
+
"result": "{\"b\":\"=>2\"}",
|
|
6139
|
+
"resultType": "json",
|
|
6140
|
+
"resultProperty": "msg.payload",
|
|
6141
|
+
"topic": "",
|
|
6142
|
+
"x": 160,
|
|
6143
|
+
"y": 1160,
|
|
6144
|
+
"wires": [
|
|
6145
|
+
[
|
|
6146
|
+
"82f01872c3438970"
|
|
6147
|
+
],
|
|
6148
|
+
[
|
|
6149
|
+
"925117734d8e96b5"
|
|
6150
|
+
],
|
|
6151
|
+
[
|
|
6152
|
+
"a923ee497b800af4"
|
|
6153
|
+
]
|
|
6154
|
+
]
|
|
6155
|
+
},
|
|
6156
|
+
{
|
|
6157
|
+
"id": "a923ee497b800af4",
|
|
6158
|
+
"type": "test",
|
|
6159
|
+
"z": "460ae66eec4b7f8a",
|
|
6160
|
+
"name": "",
|
|
6161
|
+
"errorFactor": "-1",
|
|
6162
|
+
"escapeString": false,
|
|
6163
|
+
"infiniteIsNull": false,
|
|
6164
|
+
"payload": "{\"a\":\"[{\\\"a\\\":1}]\"}",
|
|
6165
|
+
"payloadType": "json",
|
|
6166
|
+
"result": "{\"b\":[{\"a\":1}]}",
|
|
6167
|
+
"resultType": "json",
|
|
6168
|
+
"resultProperty": "msg.payload",
|
|
6169
|
+
"topic": "",
|
|
6170
|
+
"x": 180,
|
|
6171
|
+
"y": 1240,
|
|
6172
|
+
"wires": [
|
|
6173
|
+
[
|
|
6174
|
+
"8d73196a973a986c"
|
|
6175
|
+
],
|
|
6176
|
+
[
|
|
6177
|
+
"925117734d8e96b5"
|
|
6178
|
+
],
|
|
6179
|
+
[
|
|
6180
|
+
"d99bc55ce55d29c4"
|
|
6181
|
+
]
|
|
6182
|
+
]
|
|
6183
|
+
},
|
|
6184
|
+
{
|
|
6185
|
+
"id": "d99bc55ce55d29c4",
|
|
6186
|
+
"type": "test",
|
|
6187
|
+
"z": "460ae66eec4b7f8a",
|
|
6188
|
+
"name": "",
|
|
6189
|
+
"errorFactor": "-1",
|
|
6190
|
+
"escapeString": false,
|
|
6191
|
+
"infiniteIsNull": false,
|
|
6192
|
+
"payload": "{\"a\":\"abcde\"}",
|
|
6193
|
+
"payloadType": "json",
|
|
6194
|
+
"result": "{\"b\":[\"ab\",\"de\"]}",
|
|
6195
|
+
"resultType": "json",
|
|
6196
|
+
"resultProperty": "msg.payload",
|
|
6197
|
+
"topic": "",
|
|
6198
|
+
"x": 180,
|
|
6199
|
+
"y": 1320,
|
|
6200
|
+
"wires": [
|
|
6201
|
+
[
|
|
6202
|
+
"5d5a3f0c8be254da"
|
|
6203
|
+
],
|
|
6204
|
+
[
|
|
6205
|
+
"925117734d8e96b5"
|
|
6206
|
+
],
|
|
6207
|
+
[
|
|
6208
|
+
"43a88afb923333b5"
|
|
6209
|
+
]
|
|
6210
|
+
]
|
|
6211
|
+
},
|
|
6212
|
+
{
|
|
6213
|
+
"id": "43a88afb923333b5",
|
|
6214
|
+
"type": "test",
|
|
6215
|
+
"z": "460ae66eec4b7f8a",
|
|
6216
|
+
"name": "",
|
|
6217
|
+
"errorFactor": "-1",
|
|
6218
|
+
"escapeString": false,
|
|
6219
|
+
"infiniteIsNull": false,
|
|
6220
|
+
"payload": "{\"a\":\"abcde\"}",
|
|
6221
|
+
"payloadType": "json",
|
|
6222
|
+
"result": "{\"b\":true}",
|
|
6223
|
+
"resultType": "json",
|
|
6224
|
+
"resultProperty": "msg.payload",
|
|
6225
|
+
"topic": "",
|
|
6226
|
+
"x": 170,
|
|
6227
|
+
"y": 1400,
|
|
6228
|
+
"wires": [
|
|
6229
|
+
[
|
|
6230
|
+
"2fd3ea0697259d9f"
|
|
6231
|
+
],
|
|
6232
|
+
[
|
|
6233
|
+
"925117734d8e96b5"
|
|
6234
|
+
],
|
|
6235
|
+
[
|
|
6236
|
+
"22baecbb272c0ce0"
|
|
6237
|
+
]
|
|
6238
|
+
]
|
|
6239
|
+
},
|
|
6240
|
+
{
|
|
6241
|
+
"id": "22baecbb272c0ce0",
|
|
6242
|
+
"type": "test",
|
|
6243
|
+
"z": "460ae66eec4b7f8a",
|
|
6244
|
+
"name": "",
|
|
6245
|
+
"errorFactor": "-1",
|
|
6246
|
+
"escapeString": false,
|
|
6247
|
+
"infiniteIsNull": false,
|
|
6248
|
+
"payload": "{\"a\":\"abcde\"}",
|
|
6249
|
+
"payloadType": "json",
|
|
6250
|
+
"result": "{\"b\":false}",
|
|
6251
|
+
"resultType": "json",
|
|
6252
|
+
"resultProperty": "msg.payload",
|
|
6253
|
+
"topic": "",
|
|
6254
|
+
"x": 180,
|
|
6255
|
+
"y": 1480,
|
|
6256
|
+
"wires": [
|
|
6257
|
+
[
|
|
6258
|
+
"df13affa93676080"
|
|
6259
|
+
],
|
|
6260
|
+
[
|
|
6261
|
+
"925117734d8e96b5"
|
|
6262
|
+
],
|
|
6263
|
+
[
|
|
6264
|
+
"96cf6753b9b42df8"
|
|
6265
|
+
]
|
|
6266
|
+
]
|
|
6267
|
+
},
|
|
6268
|
+
{
|
|
6269
|
+
"id": "96cf6753b9b42df8",
|
|
6270
|
+
"type": "test",
|
|
6271
|
+
"z": "460ae66eec4b7f8a",
|
|
6272
|
+
"name": "",
|
|
6273
|
+
"errorFactor": "-1",
|
|
6274
|
+
"escapeString": false,
|
|
6275
|
+
"infiniteIsNull": false,
|
|
6276
|
+
"payload": "{\"a\":\" abcde \"}",
|
|
6277
|
+
"payloadType": "json",
|
|
6278
|
+
"result": "{\"b\":\"abcde\"}",
|
|
6279
|
+
"resultType": "json",
|
|
6280
|
+
"resultProperty": "msg.payload",
|
|
6281
|
+
"topic": "",
|
|
6282
|
+
"x": 190,
|
|
6283
|
+
"y": 1560,
|
|
6284
|
+
"wires": [
|
|
6285
|
+
[
|
|
6286
|
+
"022939c0c11b13d3"
|
|
6287
|
+
],
|
|
6288
|
+
[
|
|
6289
|
+
"925117734d8e96b5"
|
|
6290
|
+
],
|
|
6291
|
+
[
|
|
6292
|
+
"c7d663c8e599aa49"
|
|
6293
|
+
]
|
|
6294
|
+
]
|
|
6295
|
+
},
|
|
6296
|
+
{
|
|
6297
|
+
"id": "c7d663c8e599aa49",
|
|
6298
|
+
"type": "test",
|
|
6299
|
+
"z": "460ae66eec4b7f8a",
|
|
6300
|
+
"name": "",
|
|
6301
|
+
"errorFactor": "-1",
|
|
6302
|
+
"escapeString": false,
|
|
6303
|
+
"infiniteIsNull": false,
|
|
6304
|
+
"payload": "{\"a\":\" abcde \"}",
|
|
6305
|
+
"payloadType": "json",
|
|
6306
|
+
"result": "{\"b\":\" abcde\"}",
|
|
6307
|
+
"resultType": "json",
|
|
6308
|
+
"resultProperty": "msg.payload",
|
|
6309
|
+
"topic": "",
|
|
6310
|
+
"x": 190,
|
|
6311
|
+
"y": 1640,
|
|
6312
|
+
"wires": [
|
|
6313
|
+
[
|
|
6314
|
+
"20c87f4f42eeb3a9"
|
|
6315
|
+
],
|
|
6316
|
+
[
|
|
6317
|
+
"925117734d8e96b5"
|
|
6318
|
+
],
|
|
6319
|
+
[
|
|
6320
|
+
"045e7a72b5b8a9a0"
|
|
6321
|
+
]
|
|
6322
|
+
]
|
|
6323
|
+
},
|
|
6324
|
+
{
|
|
6325
|
+
"id": "045e7a72b5b8a9a0",
|
|
6326
|
+
"type": "test",
|
|
6327
|
+
"z": "460ae66eec4b7f8a",
|
|
6328
|
+
"name": "",
|
|
6329
|
+
"errorFactor": "-1",
|
|
6330
|
+
"escapeString": false,
|
|
6331
|
+
"infiniteIsNull": false,
|
|
6332
|
+
"payload": "{\"a\":\" abcde \"}",
|
|
6333
|
+
"payloadType": "json",
|
|
6334
|
+
"result": "{\"b\":\"abcde \"}",
|
|
6335
|
+
"resultType": "json",
|
|
6336
|
+
"resultProperty": "msg.payload",
|
|
6337
|
+
"topic": "",
|
|
6338
|
+
"x": 190,
|
|
6339
|
+
"y": 1720,
|
|
6340
|
+
"wires": [
|
|
6341
|
+
[
|
|
6342
|
+
"48a74d7f7044b629"
|
|
6343
|
+
],
|
|
6344
|
+
[
|
|
6345
|
+
"925117734d8e96b5"
|
|
6346
|
+
],
|
|
6347
|
+
[
|
|
6348
|
+
"03f40508ed9626ba"
|
|
6349
|
+
]
|
|
6350
|
+
]
|
|
6351
|
+
},
|
|
6352
|
+
{
|
|
6353
|
+
"id": "03f40508ed9626ba",
|
|
6354
|
+
"type": "test",
|
|
6355
|
+
"z": "460ae66eec4b7f8a",
|
|
6356
|
+
"name": "",
|
|
6357
|
+
"errorFactor": "-1",
|
|
6358
|
+
"escapeString": false,
|
|
6359
|
+
"infiniteIsNull": false,
|
|
6360
|
+
"payload": "{\"a\":\"aBcDe \"}",
|
|
6361
|
+
"payloadType": "json",
|
|
6362
|
+
"result": "{\"b\":\"ABCDE \"}",
|
|
6363
|
+
"resultType": "json",
|
|
6364
|
+
"resultProperty": "msg.payload",
|
|
6365
|
+
"topic": "",
|
|
6366
|
+
"x": 200,
|
|
6367
|
+
"y": 1800,
|
|
6368
|
+
"wires": [
|
|
6369
|
+
[
|
|
6370
|
+
"c248c9dac1aed77b"
|
|
6371
|
+
],
|
|
6372
|
+
[
|
|
6373
|
+
"925117734d8e96b5"
|
|
6374
|
+
],
|
|
6375
|
+
[
|
|
6376
|
+
"c15c5c00703885bf"
|
|
6377
|
+
]
|
|
6378
|
+
]
|
|
6379
|
+
},
|
|
6380
|
+
{
|
|
6381
|
+
"id": "0b537acc6037c2fa",
|
|
6382
|
+
"type": "transform",
|
|
6383
|
+
"z": "460ae66eec4b7f8a",
|
|
6384
|
+
"name": "",
|
|
6385
|
+
"actionSource": "String",
|
|
6386
|
+
"deleteSource": "true",
|
|
6387
|
+
"deleteSourceType": "bool",
|
|
6388
|
+
"actionTarget": "Capitalize",
|
|
6389
|
+
"sourceProperty": "msg.payload.a",
|
|
6390
|
+
"targetProperty": "msg.payload.b",
|
|
6391
|
+
"topicProperty": "msg.topic",
|
|
6392
|
+
"index": 0,
|
|
6393
|
+
"maxMessages": 1000,
|
|
6394
|
+
"maxDate": "",
|
|
6395
|
+
"minDate": "",
|
|
6396
|
+
"maxNumber": "",
|
|
6397
|
+
"minNumber": "",
|
|
6398
|
+
"maxString": "",
|
|
6399
|
+
"minString": "",
|
|
6400
|
+
"radix": 10,
|
|
6401
|
+
"schema": "{\"type\":\"record\",\"fields\":[{\"name\":\"name\",\"type\":\"string\"}]}",
|
|
6402
|
+
"schemaType": "str",
|
|
6403
|
+
"skipLeading": 0,
|
|
6404
|
+
"skipTrailing": 0,
|
|
6405
|
+
"string": "abc",
|
|
6406
|
+
"stringType": "str",
|
|
6407
|
+
"delimiter": ",",
|
|
6408
|
+
"compressionType": "setGzip",
|
|
6409
|
+
"x": 510,
|
|
6410
|
+
"y": 1880,
|
|
6411
|
+
"wires": [
|
|
6412
|
+
[
|
|
6413
|
+
"c15c5c00703885bf"
|
|
6414
|
+
],
|
|
6415
|
+
[
|
|
6416
|
+
"925117734d8e96b5"
|
|
6417
|
+
]
|
|
6418
|
+
]
|
|
6419
|
+
},
|
|
6420
|
+
{
|
|
6421
|
+
"id": "c15c5c00703885bf",
|
|
6422
|
+
"type": "test",
|
|
6423
|
+
"z": "460ae66eec4b7f8a",
|
|
6424
|
+
"name": "",
|
|
6425
|
+
"errorFactor": "-1",
|
|
6426
|
+
"escapeString": false,
|
|
6427
|
+
"infiniteIsNull": false,
|
|
6428
|
+
"payload": "{\"a\":\"test woRD\"}",
|
|
6429
|
+
"payloadType": "json",
|
|
6430
|
+
"result": "{\"b\":\"Test woRD\"}",
|
|
6431
|
+
"resultType": "json",
|
|
6432
|
+
"resultProperty": "msg.payload",
|
|
6433
|
+
"topic": "",
|
|
6434
|
+
"x": 180,
|
|
6435
|
+
"y": 1880,
|
|
6436
|
+
"wires": [
|
|
6437
|
+
[
|
|
6438
|
+
"0b537acc6037c2fa"
|
|
6439
|
+
],
|
|
6440
|
+
[
|
|
6441
|
+
"925117734d8e96b5"
|
|
6442
|
+
],
|
|
6443
|
+
[
|
|
6444
|
+
"9480159a4a5fbe51"
|
|
6445
|
+
]
|
|
6446
|
+
]
|
|
6447
|
+
},
|
|
6448
|
+
{
|
|
6449
|
+
"id": "30c617bfafa92ac9",
|
|
6450
|
+
"type": "transform",
|
|
6451
|
+
"z": "460ae66eec4b7f8a",
|
|
6452
|
+
"name": "",
|
|
6453
|
+
"actionSource": "String",
|
|
6454
|
+
"deleteSource": "true",
|
|
6455
|
+
"deleteSourceType": "bool",
|
|
6456
|
+
"actionTarget": "Deunderscore",
|
|
6457
|
+
"sourceProperty": "msg.payload.a",
|
|
6458
|
+
"targetProperty": "msg.payload.b",
|
|
6459
|
+
"topicProperty": "msg.topic",
|
|
6460
|
+
"index": 0,
|
|
6461
|
+
"maxMessages": 1000,
|
|
6462
|
+
"maxDate": "",
|
|
6463
|
+
"minDate": "",
|
|
6464
|
+
"maxNumber": "",
|
|
6465
|
+
"minNumber": "",
|
|
6466
|
+
"maxString": "",
|
|
6467
|
+
"minString": "",
|
|
6468
|
+
"radix": 10,
|
|
6469
|
+
"schema": "{\"type\":\"record\",\"fields\":[{\"name\":\"name\",\"type\":\"string\"}]}",
|
|
6470
|
+
"schemaType": "str",
|
|
6471
|
+
"skipLeading": 0,
|
|
6472
|
+
"skipTrailing": 0,
|
|
6473
|
+
"string": "abc",
|
|
6474
|
+
"stringType": "str",
|
|
6475
|
+
"delimiter": ",",
|
|
6476
|
+
"compressionType": "setGzip",
|
|
6477
|
+
"x": 520,
|
|
6478
|
+
"y": 1960,
|
|
6479
|
+
"wires": [
|
|
6480
|
+
[
|
|
6481
|
+
"9480159a4a5fbe51"
|
|
6482
|
+
],
|
|
6483
|
+
[
|
|
6484
|
+
"925117734d8e96b5"
|
|
6485
|
+
]
|
|
6486
|
+
]
|
|
6487
|
+
},
|
|
6488
|
+
{
|
|
6489
|
+
"id": "9480159a4a5fbe51",
|
|
6490
|
+
"type": "test",
|
|
6491
|
+
"z": "460ae66eec4b7f8a",
|
|
6492
|
+
"name": "",
|
|
6493
|
+
"errorFactor": "-1",
|
|
6494
|
+
"escapeString": false,
|
|
6495
|
+
"infiniteIsNull": false,
|
|
6496
|
+
"payload": "{\"a\":\"testing_change_again\"}",
|
|
6497
|
+
"payloadType": "json",
|
|
6498
|
+
"result": "{\"b\":\"testing change again\"}",
|
|
6499
|
+
"resultType": "json",
|
|
6500
|
+
"resultProperty": "msg.payload",
|
|
6501
|
+
"topic": "",
|
|
6502
|
+
"x": 180,
|
|
6503
|
+
"y": 1960,
|
|
6504
|
+
"wires": [
|
|
6505
|
+
[
|
|
6506
|
+
"30c617bfafa92ac9"
|
|
6507
|
+
],
|
|
6508
|
+
[
|
|
6509
|
+
"925117734d8e96b5"
|
|
6510
|
+
],
|
|
6511
|
+
[
|
|
6512
|
+
"985b4d8a6a9d4b61"
|
|
6513
|
+
]
|
|
6514
|
+
]
|
|
6515
|
+
},
|
|
6516
|
+
{
|
|
6517
|
+
"id": "c5a6c9d55ea9668f",
|
|
6518
|
+
"type": "transform",
|
|
6519
|
+
"z": "460ae66eec4b7f8a",
|
|
6520
|
+
"name": "",
|
|
6521
|
+
"actionSource": "String",
|
|
6522
|
+
"deleteSource": "true",
|
|
6523
|
+
"deleteSourceType": "bool",
|
|
6524
|
+
"actionTarget": "DeunderscoreCapitilize",
|
|
6525
|
+
"sourceProperty": "msg.payload.a",
|
|
6526
|
+
"targetProperty": "msg.payload.b",
|
|
3897
6527
|
"topicProperty": "msg.topic",
|
|
6528
|
+
"index": 0,
|
|
3898
6529
|
"maxMessages": 1000,
|
|
6530
|
+
"maxDate": "",
|
|
6531
|
+
"minDate": "",
|
|
6532
|
+
"maxNumber": "",
|
|
6533
|
+
"minNumber": "",
|
|
6534
|
+
"maxString": "",
|
|
6535
|
+
"minString": "",
|
|
6536
|
+
"radix": 10,
|
|
3899
6537
|
"schema": "{\"type\":\"record\",\"fields\":[{\"name\":\"name\",\"type\":\"string\"}]}",
|
|
3900
|
-
"schemaType": "
|
|
6538
|
+
"schemaType": "str",
|
|
3901
6539
|
"skipLeading": 0,
|
|
3902
6540
|
"skipTrailing": 0,
|
|
6541
|
+
"string": "abc",
|
|
6542
|
+
"stringType": "str",
|
|
3903
6543
|
"delimiter": ",",
|
|
3904
6544
|
"compressionType": "setGzip",
|
|
3905
|
-
"x":
|
|
3906
|
-
"y":
|
|
6545
|
+
"x": 550,
|
|
6546
|
+
"y": 2040,
|
|
3907
6547
|
"wires": [
|
|
3908
6548
|
[
|
|
3909
|
-
"
|
|
3910
|
-
"d38095883a4a54ac"
|
|
6549
|
+
"985b4d8a6a9d4b61"
|
|
3911
6550
|
],
|
|
3912
|
-
[
|
|
6551
|
+
[
|
|
6552
|
+
"925117734d8e96b5"
|
|
6553
|
+
]
|
|
3913
6554
|
]
|
|
3914
6555
|
},
|
|
3915
6556
|
{
|
|
3916
|
-
"id": "
|
|
6557
|
+
"id": "985b4d8a6a9d4b61",
|
|
3917
6558
|
"type": "test",
|
|
3918
|
-
"z": "
|
|
3919
|
-
"name": "
|
|
3920
|
-
"errorFactor":
|
|
6559
|
+
"z": "460ae66eec4b7f8a",
|
|
6560
|
+
"name": "",
|
|
6561
|
+
"errorFactor": "-1",
|
|
3921
6562
|
"escapeString": false,
|
|
3922
6563
|
"infiniteIsNull": false,
|
|
3923
|
-
"payload": "
|
|
3924
|
-
"payloadType": "
|
|
3925
|
-
"result": "
|
|
3926
|
-
"resultType": "
|
|
6564
|
+
"payload": "{\"a\":\"a_sentence_with_underscore\"}",
|
|
6565
|
+
"payloadType": "json",
|
|
6566
|
+
"result": "{\"b\":\"A Sentence With Underscore\"}",
|
|
6567
|
+
"resultType": "json",
|
|
3927
6568
|
"resultProperty": "msg.payload",
|
|
3928
|
-
"topic": "
|
|
3929
|
-
"x":
|
|
3930
|
-
"y":
|
|
6569
|
+
"topic": "",
|
|
6570
|
+
"x": 190,
|
|
6571
|
+
"y": 2040,
|
|
3931
6572
|
"wires": [
|
|
3932
6573
|
[
|
|
3933
|
-
"
|
|
6574
|
+
"c5a6c9d55ea9668f"
|
|
3934
6575
|
],
|
|
3935
6576
|
[
|
|
3936
|
-
"
|
|
6577
|
+
"925117734d8e96b5"
|
|
3937
6578
|
],
|
|
3938
6579
|
[
|
|
3939
|
-
"
|
|
6580
|
+
"1f88e3bbc985ab53"
|
|
3940
6581
|
]
|
|
3941
6582
|
]
|
|
3942
6583
|
},
|
|
3943
6584
|
{
|
|
3944
|
-
"id": "
|
|
6585
|
+
"id": "47657776668b794b",
|
|
3945
6586
|
"type": "transform",
|
|
3946
|
-
"z": "
|
|
6587
|
+
"z": "460ae66eec4b7f8a",
|
|
3947
6588
|
"name": "",
|
|
3948
|
-
"actionSource": "
|
|
3949
|
-
"
|
|
3950
|
-
"
|
|
3951
|
-
"
|
|
6589
|
+
"actionSource": "String",
|
|
6590
|
+
"deleteSource": "true",
|
|
6591
|
+
"deleteSourceType": "bool",
|
|
6592
|
+
"actionTarget": "DropSquareBracketPrefix",
|
|
6593
|
+
"sourceProperty": "msg.payload.a",
|
|
6594
|
+
"targetProperty": "msg.payload.b",
|
|
3952
6595
|
"topicProperty": "msg.topic",
|
|
6596
|
+
"index": 0,
|
|
3953
6597
|
"maxMessages": 1000,
|
|
6598
|
+
"maxDate": "",
|
|
6599
|
+
"minDate": "",
|
|
6600
|
+
"maxNumber": "",
|
|
6601
|
+
"minNumber": "",
|
|
6602
|
+
"maxString": "",
|
|
6603
|
+
"minString": "",
|
|
6604
|
+
"radix": 10,
|
|
3954
6605
|
"schema": "{\"type\":\"record\",\"fields\":[{\"name\":\"name\",\"type\":\"string\"}]}",
|
|
3955
|
-
"schemaType": "
|
|
6606
|
+
"schemaType": "str",
|
|
3956
6607
|
"skipLeading": 0,
|
|
3957
6608
|
"skipTrailing": 0,
|
|
6609
|
+
"string": "abc",
|
|
6610
|
+
"stringType": "str",
|
|
3958
6611
|
"delimiter": ",",
|
|
3959
|
-
"compressionType": "
|
|
3960
|
-
"x":
|
|
3961
|
-
"y":
|
|
6612
|
+
"compressionType": "setGzip",
|
|
6613
|
+
"x": 560,
|
|
6614
|
+
"y": 2120,
|
|
3962
6615
|
"wires": [
|
|
3963
6616
|
[
|
|
3964
|
-
"
|
|
6617
|
+
"1f88e3bbc985ab53"
|
|
3965
6618
|
],
|
|
3966
6619
|
[
|
|
3967
|
-
"
|
|
6620
|
+
"925117734d8e96b5"
|
|
3968
6621
|
]
|
|
3969
6622
|
]
|
|
3970
6623
|
},
|
|
3971
6624
|
{
|
|
3972
|
-
"id": "
|
|
6625
|
+
"id": "1f88e3bbc985ab53",
|
|
6626
|
+
"type": "test",
|
|
6627
|
+
"z": "460ae66eec4b7f8a",
|
|
6628
|
+
"name": "",
|
|
6629
|
+
"errorFactor": "-1",
|
|
6630
|
+
"escapeString": false,
|
|
6631
|
+
"infiniteIsNull": false,
|
|
6632
|
+
"payload": "{\"a\":\"[a] Atest\"}",
|
|
6633
|
+
"payloadType": "json",
|
|
6634
|
+
"result": "{\"b\":\"Atest\"}",
|
|
6635
|
+
"resultType": "json",
|
|
6636
|
+
"resultProperty": "msg.payload",
|
|
6637
|
+
"topic": "",
|
|
6638
|
+
"x": 180,
|
|
6639
|
+
"y": 2120,
|
|
6640
|
+
"wires": [
|
|
6641
|
+
[
|
|
6642
|
+
"47657776668b794b"
|
|
6643
|
+
],
|
|
6644
|
+
[
|
|
6645
|
+
"925117734d8e96b5"
|
|
6646
|
+
],
|
|
6647
|
+
[
|
|
6648
|
+
"e3bf18165cc21384"
|
|
6649
|
+
]
|
|
6650
|
+
]
|
|
6651
|
+
},
|
|
6652
|
+
{
|
|
6653
|
+
"id": "972d66bf01ceaff7",
|
|
3973
6654
|
"type": "transform",
|
|
3974
|
-
"z": "
|
|
6655
|
+
"z": "460ae66eec4b7f8a",
|
|
3975
6656
|
"name": "",
|
|
3976
|
-
"actionSource": "
|
|
3977
|
-
"
|
|
3978
|
-
"
|
|
3979
|
-
"
|
|
6657
|
+
"actionSource": "String",
|
|
6658
|
+
"deleteSource": "true",
|
|
6659
|
+
"deleteSourceType": "bool",
|
|
6660
|
+
"actionTarget": "RangeLimit",
|
|
6661
|
+
"sourceProperty": "msg.payload.a",
|
|
6662
|
+
"targetProperty": "msg.payload.b",
|
|
3980
6663
|
"topicProperty": "msg.topic",
|
|
6664
|
+
"index": 0,
|
|
3981
6665
|
"maxMessages": 1000,
|
|
6666
|
+
"maxDate": "",
|
|
6667
|
+
"minDate": "",
|
|
6668
|
+
"maxNumber": "",
|
|
6669
|
+
"minNumber": "",
|
|
6670
|
+
"maxString": "bc",
|
|
6671
|
+
"minString": "a",
|
|
6672
|
+
"radix": 10,
|
|
3982
6673
|
"schema": "{\"type\":\"record\",\"fields\":[{\"name\":\"name\",\"type\":\"string\"}]}",
|
|
3983
|
-
"schemaType": "
|
|
6674
|
+
"schemaType": "str",
|
|
3984
6675
|
"skipLeading": 0,
|
|
3985
6676
|
"skipTrailing": 0,
|
|
6677
|
+
"string": "abc",
|
|
6678
|
+
"stringType": "str",
|
|
3986
6679
|
"delimiter": ",",
|
|
3987
6680
|
"compressionType": "setGzip",
|
|
3988
|
-
"x":
|
|
3989
|
-
"y":
|
|
6681
|
+
"x": 520,
|
|
6682
|
+
"y": 2200,
|
|
3990
6683
|
"wires": [
|
|
3991
6684
|
[
|
|
3992
|
-
"
|
|
6685
|
+
"e3bf18165cc21384"
|
|
3993
6686
|
],
|
|
3994
6687
|
[
|
|
3995
|
-
"
|
|
6688
|
+
"925117734d8e96b5"
|
|
3996
6689
|
]
|
|
3997
6690
|
]
|
|
3998
6691
|
},
|
|
3999
6692
|
{
|
|
4000
|
-
"id": "
|
|
6693
|
+
"id": "e3bf18165cc21384",
|
|
4001
6694
|
"type": "test",
|
|
4002
|
-
"z": "
|
|
4003
|
-
"name": "
|
|
4004
|
-
"errorFactor":
|
|
6695
|
+
"z": "460ae66eec4b7f8a",
|
|
6696
|
+
"name": "",
|
|
6697
|
+
"errorFactor": "-1",
|
|
4005
6698
|
"escapeString": false,
|
|
4006
6699
|
"infiniteIsNull": false,
|
|
4007
|
-
"payload": "
|
|
4008
|
-
"payloadType": "
|
|
4009
|
-
"result": "
|
|
4010
|
-
"resultType": "
|
|
6700
|
+
"payload": "{\"a\":\"atest\"}",
|
|
6701
|
+
"payloadType": "json",
|
|
6702
|
+
"result": "{\"b\":\"atest\"}",
|
|
6703
|
+
"resultType": "json",
|
|
4011
6704
|
"resultProperty": "msg.payload",
|
|
4012
|
-
"topic": "
|
|
4013
|
-
"x":
|
|
4014
|
-
"y":
|
|
6705
|
+
"topic": "",
|
|
6706
|
+
"x": 180,
|
|
6707
|
+
"y": 2200,
|
|
4015
6708
|
"wires": [
|
|
4016
6709
|
[
|
|
4017
|
-
"
|
|
6710
|
+
"972d66bf01ceaff7"
|
|
4018
6711
|
],
|
|
4019
6712
|
[
|
|
4020
|
-
"
|
|
6713
|
+
"925117734d8e96b5"
|
|
4021
6714
|
],
|
|
6715
|
+
[]
|
|
6716
|
+
]
|
|
6717
|
+
},
|
|
6718
|
+
{
|
|
6719
|
+
"id": "2a9b4180.1b8ffe",
|
|
6720
|
+
"type": "inject",
|
|
6721
|
+
"z": "924bb2b7.03fd1",
|
|
6722
|
+
"name": "json xcel worksheets",
|
|
6723
|
+
"props": [
|
|
6724
|
+
{
|
|
6725
|
+
"p": "payload"
|
|
6726
|
+
},
|
|
6727
|
+
{
|
|
6728
|
+
"p": "topic",
|
|
6729
|
+
"vt": "str"
|
|
6730
|
+
}
|
|
6731
|
+
],
|
|
6732
|
+
"repeat": "",
|
|
6733
|
+
"crontab": "",
|
|
6734
|
+
"once": false,
|
|
6735
|
+
"onceDelay": 0.1,
|
|
6736
|
+
"topic": "",
|
|
6737
|
+
"payload": "{\"worksheet1\":[[11,12],[21,22],[31,32]],\"worksheet2\":[[11,12],[21,22]]}",
|
|
6738
|
+
"payloadType": "json",
|
|
6739
|
+
"x": 110,
|
|
6740
|
+
"y": 60,
|
|
6741
|
+
"wires": [
|
|
4022
6742
|
[
|
|
4023
|
-
"
|
|
6743
|
+
"b99caf39.d57c9"
|
|
4024
6744
|
]
|
|
4025
6745
|
]
|
|
4026
6746
|
},
|
|
4027
6747
|
{
|
|
4028
|
-
"id": "
|
|
6748
|
+
"id": "b99caf39.d57c9",
|
|
4029
6749
|
"type": "transform",
|
|
4030
|
-
"z": "
|
|
6750
|
+
"z": "924bb2b7.03fd1",
|
|
4031
6751
|
"name": "",
|
|
4032
|
-
"actionSource": "
|
|
4033
|
-
"actionTarget": "
|
|
6752
|
+
"actionSource": "Array",
|
|
6753
|
+
"actionTarget": "XLSX",
|
|
4034
6754
|
"sourceProperty": "msg.payload",
|
|
4035
|
-
"targetProperty": "msg.
|
|
6755
|
+
"targetProperty": "msg.xlsx",
|
|
4036
6756
|
"topicProperty": "msg.topic",
|
|
4037
6757
|
"maxMessages": 1000,
|
|
4038
6758
|
"schema": "{\"type\":\"record\",\"fields\":[{\"name\":\"name\",\"type\":\"string\"}]}",
|
|
@@ -4040,25 +6760,27 @@
|
|
|
4040
6760
|
"skipLeading": 0,
|
|
4041
6761
|
"skipTrailing": 0,
|
|
4042
6762
|
"delimiter": ",",
|
|
4043
|
-
"
|
|
4044
|
-
"
|
|
4045
|
-
"y": 540,
|
|
6763
|
+
"x": 380,
|
|
6764
|
+
"y": 60,
|
|
4046
6765
|
"wires": [
|
|
4047
6766
|
[
|
|
4048
|
-
"
|
|
6767
|
+
"e234842f.2946a8",
|
|
6768
|
+
"7bde11d2.378e6"
|
|
4049
6769
|
],
|
|
4050
|
-
[
|
|
6770
|
+
[
|
|
6771
|
+
"3db2b919.ea68d6"
|
|
6772
|
+
]
|
|
4051
6773
|
]
|
|
4052
6774
|
},
|
|
4053
6775
|
{
|
|
4054
|
-
"id": "
|
|
6776
|
+
"id": "7bde11d2.378e6",
|
|
4055
6777
|
"type": "transform",
|
|
4056
|
-
"z": "
|
|
6778
|
+
"z": "924bb2b7.03fd1",
|
|
4057
6779
|
"name": "",
|
|
4058
|
-
"actionSource": "
|
|
4059
|
-
"actionTarget": "
|
|
6780
|
+
"actionSource": "Array",
|
|
6781
|
+
"actionTarget": "XLSXObject",
|
|
4060
6782
|
"sourceProperty": "msg.payload",
|
|
4061
|
-
"targetProperty": "msg.
|
|
6783
|
+
"targetProperty": "msg.xlsxobject",
|
|
4062
6784
|
"topicProperty": "msg.topic",
|
|
4063
6785
|
"maxMessages": 1000,
|
|
4064
6786
|
"schema": "{\"type\":\"record\",\"fields\":[{\"name\":\"name\",\"type\":\"string\"}]}",
|
|
@@ -4066,40 +6788,101 @@
|
|
|
4066
6788
|
"skipLeading": 0,
|
|
4067
6789
|
"skipTrailing": 0,
|
|
4068
6790
|
"delimiter": ",",
|
|
4069
|
-
"
|
|
4070
|
-
"
|
|
4071
|
-
"y": 620,
|
|
6791
|
+
"x": 360,
|
|
6792
|
+
"y": 120,
|
|
4072
6793
|
"wires": [
|
|
4073
6794
|
[
|
|
4074
|
-
"
|
|
6795
|
+
"8e6f5298.ccab4"
|
|
4075
6796
|
],
|
|
4076
|
-
[
|
|
6797
|
+
[
|
|
6798
|
+
"3db2b919.ea68d6"
|
|
6799
|
+
]
|
|
4077
6800
|
]
|
|
4078
6801
|
},
|
|
4079
6802
|
{
|
|
4080
|
-
"id": "
|
|
4081
|
-
"type": "
|
|
4082
|
-
"z": "
|
|
4083
|
-
"name": "
|
|
4084
|
-
"
|
|
4085
|
-
"
|
|
4086
|
-
"
|
|
4087
|
-
"
|
|
4088
|
-
"
|
|
4089
|
-
"
|
|
4090
|
-
"
|
|
4091
|
-
"
|
|
4092
|
-
"
|
|
4093
|
-
"
|
|
4094
|
-
"
|
|
6803
|
+
"id": "8e6f5298.ccab4",
|
|
6804
|
+
"type": "transform",
|
|
6805
|
+
"z": "924bb2b7.03fd1",
|
|
6806
|
+
"name": "",
|
|
6807
|
+
"actionSource": "XLSX",
|
|
6808
|
+
"actionTarget": "Array",
|
|
6809
|
+
"sourceProperty": "msg.xlsx",
|
|
6810
|
+
"targetProperty": "msg.array",
|
|
6811
|
+
"topicProperty": "msg.topic",
|
|
6812
|
+
"maxMessages": 1000,
|
|
6813
|
+
"schema": "{\"type\":\"record\",\"fields\":[{\"name\":\"name\",\"type\":\"string\"}]}",
|
|
6814
|
+
"schemaType": "json",
|
|
6815
|
+
"skipLeading": 0,
|
|
6816
|
+
"skipTrailing": 0,
|
|
6817
|
+
"delimiter": ",",
|
|
6818
|
+
"x": 380,
|
|
6819
|
+
"y": 180,
|
|
4095
6820
|
"wires": [
|
|
4096
6821
|
[
|
|
4097
|
-
"
|
|
6822
|
+
"3db2b919.ea68d6"
|
|
4098
6823
|
],
|
|
4099
6824
|
[
|
|
4100
|
-
"
|
|
6825
|
+
"3db2b919.ea68d6"
|
|
6826
|
+
]
|
|
6827
|
+
]
|
|
6828
|
+
},
|
|
6829
|
+
{
|
|
6830
|
+
"id": "e234842f.2946a8",
|
|
6831
|
+
"type": "transform",
|
|
6832
|
+
"z": "924bb2b7.03fd1",
|
|
6833
|
+
"name": "",
|
|
6834
|
+
"actionSource": "XLSX",
|
|
6835
|
+
"actionTarget": "XLSXObject",
|
|
6836
|
+
"sourceProperty": "msg.xlsx",
|
|
6837
|
+
"targetProperty": "msg.xlsx2xlsxObject",
|
|
6838
|
+
"topicProperty": "msg.topic",
|
|
6839
|
+
"maxMessages": 1000,
|
|
6840
|
+
"schema": "{\"type\":\"record\",\"fields\":[{\"name\":\"name\",\"type\":\"string\"}]}",
|
|
6841
|
+
"schemaType": "json",
|
|
6842
|
+
"skipLeading": 0,
|
|
6843
|
+
"skipTrailing": 0,
|
|
6844
|
+
"delimiter": ",",
|
|
6845
|
+
"x": 660,
|
|
6846
|
+
"y": 60,
|
|
6847
|
+
"wires": [
|
|
6848
|
+
[
|
|
6849
|
+
"5312687f.3fff48"
|
|
4101
6850
|
],
|
|
4102
6851
|
[]
|
|
4103
6852
|
]
|
|
6853
|
+
},
|
|
6854
|
+
{
|
|
6855
|
+
"id": "5312687f.3fff48",
|
|
6856
|
+
"type": "debug",
|
|
6857
|
+
"z": "924bb2b7.03fd1",
|
|
6858
|
+
"name": "base",
|
|
6859
|
+
"active": true,
|
|
6860
|
+
"tosidebar": true,
|
|
6861
|
+
"console": false,
|
|
6862
|
+
"tostatus": false,
|
|
6863
|
+
"complete": "true",
|
|
6864
|
+
"targetType": "full",
|
|
6865
|
+
"statusVal": "",
|
|
6866
|
+
"statusType": "auto",
|
|
6867
|
+
"x": 870,
|
|
6868
|
+
"y": 60,
|
|
6869
|
+
"wires": []
|
|
6870
|
+
},
|
|
6871
|
+
{
|
|
6872
|
+
"id": "3db2b919.ea68d6",
|
|
6873
|
+
"type": "debug",
|
|
6874
|
+
"z": "924bb2b7.03fd1",
|
|
6875
|
+
"name": "",
|
|
6876
|
+
"active": true,
|
|
6877
|
+
"tosidebar": true,
|
|
6878
|
+
"console": false,
|
|
6879
|
+
"tostatus": false,
|
|
6880
|
+
"complete": "true",
|
|
6881
|
+
"targetType": "full",
|
|
6882
|
+
"statusVal": "",
|
|
6883
|
+
"statusType": "auto",
|
|
6884
|
+
"x": 870,
|
|
6885
|
+
"y": 160,
|
|
6886
|
+
"wires": []
|
|
4104
6887
|
}
|
|
4105
6888
|
]
|