I'm wanting to pass json format file into a CDT and ultimately into data store using the Write to Datastore Smart Service.
What's the function I need to write as per below so that I can make this work ? Can't work out how to get from json into Dictionary or List format which seems to be required ?
Discussion posts and replies are publicly visible
An alternative approach could also be to use the JSON Tools plugin.
Currently working on configuring the "Load JSON Document To Database" plugin, and I'm seeking some clarification on specific fields. let's say my format for json is
is this possible on nested Json structure?
could you please help us to configure that plugin if you use, there is no documentation so we tried to understand by looking into code but we observed parameters are different in SS config and the code.
Hi Yogi Patel (yogip3177),
{ "date":"2024-06-18T06:42:25.528Z", "age":12, "name":"test", "test":{ "designation":"consultant" } }
My code is kind of this in an array. How to get nested fields and save in DB using Load JSON document to DB