Prescient: How to Format Raw Sensor Data into JSON Object

Поделиться
HTML-код
  • Опубликовано: 29 окт 2024

Комментарии • 6

  • @colinpamplin9976
    @colinpamplin9976 2 года назад

    I may have this wrong but I believe what you are demonstating is working with javascript objects not json objects. If you add a json node before the debug node then you will see the json objects.

    • @Prescient-PDI
      @Prescient-PDI  2 года назад +1

      JSON stands for "Javascript Object Notation". But you are right - if the input object is not JSON (e.g. such as a stringified object), then you need to use the JSON node to convert the object to JSON.

  • @gowthamvel5629
    @gowthamvel5629 2 года назад +1

    Is it possible to convert csv file to json file using node red

    • @Prescient-PDI
      @Prescient-PDI  2 года назад

      Yes you can use a Node-RED node like this one: flows.nodered.org/node/node-red-contrib-csvtojson

    • @gowthamvel5629
      @gowthamvel5629 2 года назад

      @@Prescient-PDI thank you. Let me try this one

    • @gowthamvel5629
      @gowthamvel5629 2 года назад

      Is it possible row wise parsing?