Parsing the data after being processed by functions #2471
Unanswered
tansuozhe123
asked this question in
Q&A
Replies: 3 comments 1 reply
-
Use sink property dataField, set dataField=parse |
Beta Was this translation helpful? Give feedback.
0 replies
-
Can we fetch the next level of data? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Okay, that's it. Thank you very much |
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
-
The result of the source data processed by the function will wrap a layer,
for example:
Raw data:{"key":"value"}
select parse(*) from mqtt;
The processed data {parse:{"key":"value1"}}, how to remove the new layer?
Beta Was this translation helpful? Give feedback.
All reactions