-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Examples of using Gepsio beyond "Hello world" #12
Comments
Sure thing! I'd be happy to. When you say "Find labels for facts", are you talking about the label linkbase, and maybe showing a list of facts and their associated labels? |
Thanks for reply!
|
Not a problem. I'll get a sample written for you. I'm assuming that you'd like to see in written in C#? |
Yes, C# if you can. |
Do you have a URL to a particular document that you would like me to use in the sample? |
Well, i already posted instance document and link to taxonomy in How to attach label for a fact ? thread with no luck...
However, i think best way is to use samples from XBRL instances what comes with Gepsio. So other people can understand. |
Fair enough. I'll get right on it! Thank you! My other idea is that Gepsio should have a property called |
Here is what I came up with:
I will add this to the Wiki. With that said, I think that there is opportunity for Gepsio to provide additional value in a future release. I don't believe that you should have to write this much code. There should be a property on an |
Hi, thanks for the example.
New Gepsio from Step 1 throws an exception in LinkbaseDocumentCollection.cs\ReadLinkbaseReference while trying to load my instance document (instance with 2 accountants). Once again, I had to rewrite code to force Gepsio load Taxonomy from local copy. 3.1 XbrlSchemaCollection.cs - Add well-known files locations to link for they local copies. |
Which version of Gepsio were you originally referencing from NuGet? NuGet is up to 2.1.0.13. |
I'll log a bug for Issue 2. Thank you for reporting that! Yes, Gepsio needs to use the invariant culture there. |
Also, your reference linkbase issue is documented separately in Issue 13. |
Hi!
Dont know if it correct... |
Any suggestion how to find relationship between facts ? |
Oh, some better way i supose.
|
Hello, from time to time im returning Gepsio homepage :)
Examples you made just showing "flat" lists of context/facts/items in foreach cycle.
Can you provide more extended example of using Gepsio ?
The text was updated successfully, but these errors were encountered: