HolyC0w

Lab1_EX2

Apr 11th, 2023
666
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.61 KB | None | 0 0
  1. [
  2.     {
  3.         "id": "c46ddfb583fe0d4c",
  4.         "type": "tab",
  5.         "label": "Lab1_EX2_ECE3502",
  6.         "disabled": false,
  7.         "info": "",
  8.         "env": []
  9.     },
  10.     {
  11.         "id": "51ea4a3419437a48",
  12.         "type": "file in",
  13.         "z": "c46ddfb583fe0d4c",
  14.         "name": "",
  15.         "filename": "C:\\\\Users\\\\subhr\\\\My Drive\\\\College\\\\Sem6\\\\G ECE3502-IOT\\\\Lab\\\\Lab1\\\\us-500.csv",
  16.         "filenameType": "str",
  17.         "format": "utf8",
  18.         "chunk": false,
  19.         "sendError": false,
  20.         "encoding": "none",
  21.         "allProps": true,
  22.         "x": 460,
  23.         "y": 200,
  24.         "wires": [
  25.             [
  26.                 "89869dffbecb435c"
  27.             ]
  28.         ]
  29.     },
  30.     {
  31.         "id": "113e538f949607c7",
  32.         "type": "inject",
  33.         "z": "c46ddfb583fe0d4c",
  34.         "name": "",
  35.         "props": [
  36.             {
  37.                 "p": "payload"
  38.             },
  39.             {
  40.                 "p": "topic",
  41.                 "vt": "str"
  42.             }
  43.         ],
  44.         "repeat": "",
  45.         "crontab": "",
  46.         "once": false,
  47.         "onceDelay": 0.1,
  48.         "topic": "",
  49.         "payload": "",
  50.         "payloadType": "date",
  51.         "x": 120,
  52.         "y": 200,
  53.         "wires": [
  54.             [
  55.                 "51ea4a3419437a48"
  56.             ]
  57.         ]
  58.     },
  59.     {
  60.         "id": "d5ceaa11b78adaa7",
  61.         "type": "debug",
  62.         "z": "c46ddfb583fe0d4c",
  63.         "name": "debug 4",
  64.         "active": true,
  65.         "tosidebar": true,
  66.         "console": false,
  67.         "tostatus": false,
  68.         "complete": "true",
  69.         "targetType": "full",
  70.         "statusVal": "",
  71.         "statusType": "auto",
  72.         "x": 960,
  73.         "y": 200,
  74.         "wires": []
  75.     },
  76.     {
  77.         "id": "89869dffbecb435c",
  78.         "type": "json",
  79.         "z": "c46ddfb583fe0d4c",
  80.         "name": "",
  81.         "property": "payload",
  82.         "action": "str",
  83.         "pretty": false,
  84.         "x": 750,
  85.         "y": 200,
  86.         "wires": [
  87.             [
  88.                 "ebcdcd22b794bfe6"
  89.             ]
  90.         ]
  91.     },
  92.     {
  93.         "id": "ebcdcd22b794bfe6",
  94.         "type": "csv",
  95.         "z": "c46ddfb583fe0d4c",
  96.         "name": "",
  97.         "sep": ";",
  98.         "hdrin": "",
  99.         "hdrout": "none",
  100.         "multi": "one",
  101.         "ret": "\\\\n",
  102.         "temp": "",
  103.         "skip": "0",
  104.         "strings": true,
  105.         "include_empty_strings": "",
  106.         "include_null_values": "",
  107.         "x": 850,
  108.         "y": 200,
  109.         "wires": [
  110.             [
  111.                 "d5ceaa11b78adaa7"
  112.             ]
  113.         ]
  114.     }
  115. ]
Advertisement
Add Comment
Please, Sign In to add comment