How can we load YML file to Neo4J Database

Hi all ,
I am new to Neo4j Graph Database

I am trying to load yml file data to Neo4j.

Load.yml

Table:
    name: Table_1
    column:
        - column_1

Can anyone advice me on this