Hi All, I have seen samples showing how to read and update graphs in graphAr, but couldn't find a sample that shows how to create a new graph given CSV files of vertices and edges. I saw person_0_0.csv and person_knows_person_0_0.csv, but I could not find any sample that is loading that data to create a new graph. Any sample c++ code snippet to create a graph from CSV files will help a lot.
Thanks, Muni