Is there a way to convert Visio Diagram into GoJs diagram?

I have a sample visio diagram like this–>>

Is there a way i can convert this vision diagram into a GoJs diagram like this–>>

I’m sure there is, but GoJS does not provide any code to do that conversion. Sorry.

So, if GoJs does not provide such feature, do i need to make some custom code in order to achieve it ?
Can you please point to some ways to achieve such functionality ?

You’ll need to parse the Visio file and figure out what are “nodes” and what are “links”, and then create the appropriate GraphLinksModel, in conjunction with suitable templates, to get the results that you want.

@sachkumar, I do have similar requirement. Want to check with you if you have figured out a solution. If you have a solution, could you please provide the steps and solution used