Passing JSON format into datastore

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

Parents Reply
  • 0
    Certified Associate Developer
    in reply to Anna P
    The following node configuration may be helpful:
    JSON Document -> Document that contains JSON data
    JSON Path (Text) -> JSON fields (ex. ={"name", "createdBy"})
    JSON key/Column Name mapping (Any Type) -> JSON and database table mapping (ex. {name: "Name", createdBy: "CREATED_BY"})
     Let me know if you need any other details.
Children