Hi all, I’m trying to explore the different ways we can programmatically create diagrams using the APIs. I’ve seen the standard import API, but it requires you to have a JSON. If we want to simply import a csv flowchart, how can we do that? Like this example here. I see that we can link data to different shapes within the JSON, but I’m not sure how to straight up just use the csv to make the flowchart. I’ve seen there’s an extension sdk, but I’d rather not go through such a huge hassle to make the complex extension myself if Lucid is already able to understand the csv as a flowchart with manual importing.
If there is a clean way to import the csv example that I linked using an API, please let me know what the JSON of that would look like. Thanks!