Family tree :basic primitive :help to create database from json

Dear All can we create database table from this

{ id: 1, title: “Thomas Williams”, label: “Thomas Williams”, description: “1”, image: “images/photos/t.png” },
{ id: 2, title: “Mary Spencer”, label: “Mary Spencer”, description: “2”, image: “images/photos/m.png” },
{ id: 3, title: “David Kirby”, label: “David Kirby”, description: “3”, image: “images/photos/d.png” },
{ id: 4, title: “Brad Williams”, label: “Brad Williams”, description: “4”, image: “images/photos/b.png” },
{ id: 5, title: “Mike Kirby”, label: “Mike Kirby”, description: “5”, image: “images/photos/m.png” },
{ id: 6, title: “Lynette Maloney”, label: “Lynette Maloney”, description: “6”, image: “images/photos/m.png” },
{ id: 7, title: “Sara Kemp”, label: “Sara Kemp”, description: “7”, image: “images/photos/s.png” },
{ id: 8, title: “Leon Kemp”, label: “Leon Kemp”, description: “8”, image: “images/photos/l.png” },
{ id: 9, parents: [1, 2, 3, 4, 5, 6, 7, 8], title: “Thomas Williams”, label: “Thomas Williams”, description: “1”, image: “images/photos/t.png” },
{ id: 10, parents: [1, 2, 3, 4, 5, 6, 7, 8], title: “Mary Spencer”, label: “Mary Spencer”, description: “2”, image: “images/photos/m.png” },
{ id: 11, parents: [1, 2, 3, 4, 5, 6, 7, 8], title: “David Kirby”, label: “David Kirby”, description: “3”, image: “images/photos/d.png” },
{ id: 12, parents: [1, 2, 3, 4, 5, 6, 7, 8], title: “Brad Williams”, label: “Brad Williams”, description: “4”, image: “images/photos/b.png” },
{ id: 13, parents: [1, 2, 3, 4, 5, 6, 7, 8], title: “Mike Kirby”, label: “Mike Kirby”, description: “5”, image: “images/photos/m.png” },
{ id: 14, parents: [1, 2, 3, 4, 5, 6, 7, 8], title: “Lynette Maloney”, label: “Lynette Maloney”, description: “6”, image: “images/photos/m.png” },
{ id: 15, parents: [1, 2, 3, 4, 5, 6, 7, 8], title: “Sara Kemp”, label: “Sara Kemp”, description: “7”, image: “images/photos/s.png” },
{ id: 16, parents: [1, 2, 3, 4, 5, 6, 7, 8], title: “Leon Kemp”, label: “Leon Kemp”, description: “8”, image: “images/photos/l.png” }

This json generates following family tree

basicprimitives.com

Basic Primitives Diagrams

Can i create database from this JSON
how can i do it

Reason I need this:
this is hard coded JSON data file
In reality ,
I want to create from database

to do this,
if i know the reverse of this(JSON) i.e. database table structure ,
from database table this JSOn can be generated easily

Hello @Prajakta_Software!

It seems that you have trouble getting an answer to your question in the first 24 hours.
Let us give you a few hints and helpful links.

First, make sure you browsed through our Forum FAQ Beginner’s Guide. It will teach you what should be included in your topic.

You can check out some of our resources directly, see below:

  1. Always search first. It is the best way to quickly find your answer. Check out the image icon for that.
    Clicking the options button will let you set more specific topic search filters, i.e. only the ones with a solution.

  2. Topic that contains most common solutions with example project files can be found here.

  3. Read our official documentation where you can find a lot of information and instructions about each of our products:

  4. Watch the videos on our official YouTube channel for more visual tutorials.

  5. Meet us and our users on our Community Slack and ask your question there.

Hopefully this will let you easily find the solution/information you need. Once you have it, we would be happy if you could share your findings here and mark it as a solution. This will help other users find it in the future.

Thank you for helping us build our UiPath Community!

Cheers from your friendly
Forum_Staff