Import Schema Error

I am using GraphStudio on TigerGraph 3.1 to try to Import a schema that was exported from 2.6.5 and I am getting error messages.

I noticed that there is a “version” file with the version number in it and I wonder if there has been a change I the way that the JSON data has been encoded between versions. Can I just change the version file and be OK?

I just did a $ tar -xtv on the files and I realized that they are totally different formats. The 2.6.5 version are JSON files and the 3.1.0 are .gsql scripts.

Is there are conversion tool?

@danmccreary Josh M. made a conversion tool back in the day. It’s somewhere stored in Optum’s GitHub. It will convert that JSON to GSQL.