From 439aaa998c0a9b0defe6fa54e58c22f8420f00b7 Mon Sep 17 00:00:00 2001 From: Rasmus Luha Date: Fri, 11 Apr 2025 00:23:57 +0300 Subject: add json list items support, start nifi platform upload process --- pipelines/test_pipeline.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'pipelines/test_pipeline.json') diff --git a/pipelines/test_pipeline.json b/pipelines/test_pipeline.json index 2374eb7..3713b88 100644 --- a/pipelines/test_pipeline.json +++ b/pipelines/test_pipeline.json @@ -461,7 +461,7 @@ "Null Value Representation": "empty string", "Path Not Found Behavior": "ignore", "longitude": "$.longitude", - "temperature": ".current_weather.temperature" + "value": "$.measurements[0].KogEN.T.value" }, "propertyDescriptors": { "Destination": { @@ -595,7 +595,9 @@ "Request Digest Authentication Enabled": "false", "Request Multipart Form-Data Name": null, "Response Cache Size": "10MB", - "Response Body Ignored": "false" + "Response Body Ignored": "false", + "username": "admin", + "password": "admin" }, "propertyDescriptors": { "Request Content-Encoding": { -- cgit v1.2.3