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
  • Updates & Insights
  • Questions
  • Learning
    • E-learning Courses
    • Empower Replay: Limited Edition
    • Tutorials
    • Open Classroom Training
    • Agility
      • Kanban workshop
      • Agile Fundamentals
    • 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
      • OSS/BSS
    • 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
      • About the DevOps Program
      • DataMiner DevOps Support
  • Downloads
  • More
    • Feature Suggestions
    • Climb the leaderboard!
    • Swag Shop
    • Contact
    • Global Feedback Survey
  • Support
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Solutions
    • Deal Registration
  • >> Go to dataminer.services

Datatable import in Dataminer (normal protocol)

Solved686 views23rd January 2025
0
Stefan Schedletzky [DevOps Enabler]2.06K 7th August 2024 4 Comments

Hi Dojo,

I need some ideas how to implement some data. I’m importing data (TV channels) into a table which is working fine. But each channel can have multiple sources, this is a bit tricky to implement. But every source has an ID. My idea was to make a separate table just for sources and in the tv channels table I would make one column and add the ID’s here like: 1;3;5

Is this the best solution? Or do I need to make in the tv channels table 3 columns with foreign keys and put 1 3 5 in it?

Stefan Schedletzky [DevOps Enabler] Selected answer as best 23rd January 2025
Ive Herreman [SLC] [DevOps Enabler] commented 7th August 2024

Hi Stefan,

I understand that every channel can have multiple sources.
Can one source also be linked to multiple channels?

This info will help us understand if the data has a one-to-many or many-to-many relation.

Stefan Schedletzky [DevOps Enabler] commented 7th August 2024

Hi Ive, indeed a source can be linked to multiple channels

Ben Vandenberghe [SLC] [DevOps Enabler] commented 7th August 2024

Hi Stefan – not sure about the exact application, but this feels like something you would want to model in DataMiner DOM. This will give you probably more options to manage what seems to be operational type of data (TV channel line-up data). This includes building a nice user-definable app to view and manage that data. And this data can then be used to drive your technology workflows if needed.

Marieke Goethals [SLC] [DevOps Catalyst] commented 23rd January 2025

Hi Stefan,
I see that this question has been inactive for some time. Do you still need help with this? If not, could you select the answer (using the ✓ icon)?

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
1
Ive Herreman [SLC] [DevOps Enabler]13.72K Posted 23rd August 2024 0 Comments

Hi Stefan,

If you are importing this into an element, then you\’ll need to add an extra table to accommodate the many-to-many relationship of your data.

This intermediate table should then contain a foreign key to both the channels and sources table.

e.g.

If you are opting to use DOM, then you\’ll need two DOM definitions.
One for the channels and one for the sources.

The channels definition could then have a DOM Instance Field Descriptor linking to the source\’s Definition, which allows multiple values.

e.g.

Stefan Schedletzky [DevOps Enabler] Selected answer as best 23rd January 2025
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