Trying to read the new report json files using microsoft pubished schemas #1342
Unanswered
bernatagulloesbrina
asked this question in
🙋♀️TE3 Q&A
Replies: 2 comments
-
Tabular Editor should not execute C# in a way that’s notably different. Are you able to make it work by creating, say, a C# console application in Visual Studio? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you! Finally I have chosen a less ambitious path creating the c# class manually based on an example json. Hopefully blogpost coming soon. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm attempting to create a script which can parse the report json schemas using microsoft's own published schemas. I have succeeded in getting the url from the file and even the contents of the published schema file. However, it looks like the scheme references other schemas and here is where I'm stuck. ChatGPT proposals do not seem to work, but maybe is because of some limitation in the way that C# code is executed by TE3? maybe the way forward is to just use simplified schemas that are enough for the use cases in which I want to use them?
here's one of the last attempts in case you want to have a look
Beta Was this translation helpful? Give feedback.
All reactions