Skip to content
DataMiner DoJo

More results...

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Search in posts
Search in pages
Search in posts
Search in pages
Log in
Menu
  • Blog
  • Questions
  • Learning
    • E-learning Courses
    • Empower Replay: Limited Edition
    • Tutorials
    • Open Classroom Training
    • Certification
      • DataMiner Fundamentals
      • DataMiner Configurator
      • DataMiner Automation
      • Scripts & Connectors Developer: HTTP Basics
      • Scripts & Connectors Developer: SNMP Basics
      • Visual Overview – Level 1
      • Verify a certificate
    • Video Library
    • Books We Like
    • >> Go to DataMiner Docs
  • Expert Center
    • Solutions & Use Cases
      • Solutions
      • Use Case Library
    • Markets & Industries
      • Media production
      • Government & defense
      • Content distribution
      • Service providers
      • Partners
      • OSS/BSS
    • DataMiner Insights
      • Security
      • System Architecture
      • DataMiner Releases & Updates
    • Agile
      • Agile Webspace
      • Everything Agile
        • The Agile Manifesto
        • Best Practices
        • Retro Recipes
      • Methodologies
        • The Scrum Framework
        • Kanban
        • Extreme Programming
      • Roles
        • The Product Owner
        • The Agile Coach
        • The Quality & UX Coach (QX)
    • DataMiner DevOps Professional Program
  • Downloads
  • More
    • Feature Suggestions
    • Climb the leaderboard!
    • Swag Shop
    • Contact
      • General Inquiries
      • DataMiner DevOps Support
      • Commercial Requests
    • Global Feedback Survey
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • >> Go to dataminer.services

Deserializing JSON data in low code app

Solved696 views17th January 2024GQI JSON low code app
0
Carl Stanley [DevOps Enabler]14 17th January 2024 0 Comments

I’m trying to create a low code app that has a GQI data source. I’ve created the automation script and it calls an API endpoint which returns JSON.

In the script I’m using System.Text.Json to deserialize it to my object.

var results = JsonSerializer.Deserialize<List<MaterialOverviewItem>>(stream, new JsonSerializerOptions { PropertyNameCaseInsensitive = true });

The script is set to Compile as library, however it’s not showing up in my adhoc data sources when I create the app.

Everything looks fine in the code in visual studio, and I installed the System.Text.Json package, however if I validate it in dataminer it throws 3 errors and says it can’t find the namespace for JsonSerializer.

Am I missing an extra step?

Thanks!

Carl Stanley [DevOps Enabler] Selected answer as best 17th January 2024

2 Answers

  • Active
  • Voted
  • Newest
  • Oldest
1
Michiel Vanthuyne [SLC] [DevOps Enabler]4.10K Posted 17th January 2024 0 Comments

Hi Carl, did you add the DLL references in the DLL references block under the advanced part of the automation script?

Carl Stanley [DevOps Enabler] Selected answer as best 17th January 2024
0
Jens Vandewalle [SLC] [DevOps Enabler]9.44K Posted 17th January 2024 2 Comments

Hi Carl,

If I remember correctly it’s only possible to add references to DLLs in the Skyline DataMiner > Files folder when using add hoc data sources. Would it be make a reference to the Newtonsoft DLL which is available in that folder?

Carl Stanley [DevOps Enabler] Posted new comment 17th January 2024
Miguel Obregon [SLC] [DevOps Catalyst] commented 17th January 2024

Hi Jens,
Checking the code snippet, I believe Carl is using System.Text.Json (not Newtonsoft).

Hi Carl,
Is it possible if you use Newtonsoft library to deserialize your JSON response instead of System.Text.Json? After this update you should not have a compilation error.

Carl Stanley [DevOps Enabler] commented 17th January 2024

Hi Jens,

I changed the code to use Newtonsoft.Json instead, and I have Newtonsoft.Json.dll in the Skyline DataMinerFiles folder on the server. However it still validates with 2 errors saying it can’t find the namespace or type.

I also tried adding it to the DLL references section in Advanced but that time it validated with an error saying it couldn’t find that file in System32.

What’s the standard way to include additional libraries in automation scripts set to Compile as library, so they can be used as Query data sources in the low code apps please? The API returns json, so I need to deserialize that to my object and then create the GQI rows and cells.

Please login to be able to comment or post an answer.

My DevOps rank

DevOps Members get more insights on their profile page.

My user earnings

0 Dojo credits

Spend your credits in our swag shop.

0 Reputation points

Boost your reputation, climb the leaderboard.

Promo banner DataMiner DevOps Professiona Program
DataMiner Integration Studio (DIS)
Empower Katas
Privacy Policy • Terms & Conditions • Contact

© 2025 Skyline Communications. All rights reserved.

DOJO Q&A widget

Can't find what you need?

? Explore the Q&A DataMiner Docs