hashmapinc / nifi-opcua-bundle

Apache License 2.0
31 stars 11 forks source link

Output the JSON format for the values in the following format #21

Closed cherrera2001 closed 7 years ago

cherrera2001 commented 7 years ago

In order for the SQL to be easily made via nifi, the JSON output should be formatted in the following way: { "values": [ { "id": "Sample.PumpPressure", "ts": "Doe", "vs": 23, "q": 1 }, { "id": "Sample.Torque", "ts": "Smith", "vs": 32, "q": 1 } ] }

JSON tag names should match the tag_data.sql table column name: https://raw.githubusercontent.com/hashmapinc/Timeseries/master/persistence-plane/Config/Phoenix/tag_data.sql?token=AQCQkwnmSJV9HPqX6scq8bwt7UjaEGSuks5Z5nabwA%3D%3D

ed3766 commented 7 years ago

Duplicate of #23