storing multi-rows data in PostgreSQL DB from a single message #3141
Unanswered
robodevchampion
asked this question in
Q&A
Replies: 1 comment
-
|
@robodevchampion Currently, SQL sink only supports storing single message when using data template. Convert this to a feature request issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have data coming like below after executing SQL
{'device_name': 'sensor2', 'ts': '1724231947811', 'values': {'combine': '41:107', 'humidity': 41, 'temperature': '30'}}Added an action for insertion data in DB, I have enabled send single as False
Below is the data template I am using
Below is the error I got:
Can you help me what I am missing, above data format is desired.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions