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
    • 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
    • Tutorials
    • 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
      • Integration Studio
      • System Architecture
      • DataMiner Releases & Updates
      • DataMiner Apps
    • 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

RegexReplace – Parameter in a Row Source Child Shape

Solved1.89K views12th July 2023
2
Lucas Moul [DevOps Member]133 27th October 2022 0 Comments

I'm having issues with a visual and am stumped.  Have spent way more time than I probably should have trying to figure it out.  I'm attempting to do a RegexReplace on a very long parameter string to only show a short Name Capture.

The Regex works reliably, however have tried a number of different ways to get this to display properly in a visual.

If I just do a Source: * it displays the entire string from the parameter as expected.  In the text of the Shape, I have tried the following:

SOURCE: [regexreplace:^.*\[{"Id":"SOURCE","Name":"Service Source","Value":"(?<SOURCE>[^"]+).*$,*,${SOURCE}]]

SOURCE: [regexreplace:^.*\[{"Id":"SOURCE","Name":"Service Source","Value":"(?<SOURCE>[^"]+).*$,<A>-A|*|Parameter:1007,[tableindex],${SOURCE}]]

SOURCE: [regexreplace:^.*\[{"Id":"SOURCE","Name":"Service Source","Value":"(?<SOURCE>[^"]+).*$,[param:<element>,1007,[tableindex]],${SOURCE}]]

I've also tried doing just Source: * in the shape text, and doing the above iterations and a number of others in the Parameter Shape Data following a 1007:

Any pointers would be greatly appreciated.

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 12th July 2023

2 Answers

  • Active
  • Voted
  • Newest
  • Oldest
4
Lucas Moul [DevOps Member]133 Posted 28th October 2022 0 Comments

Was able to get this resolved with the assistance of Gelber Mahecha from Skyline.

Shape Data must include ForcePropertyFromParent in the Options.

Regex ended up having to be broken apart into 4 Groups, in addition to using a [Sep:,#], and Use the RegexReplace as a placeholder in the shape's text instead of a link with a Parameter shape data

(.*) - First group to handle the part of the string prior to the identifying part of the string.

("Id":"SOURCE","Name":"Service Source","Value":") - Second group to handle the identifying part of the string, used to single out which "Value":" we want to pull our capture from.

(?<CAPTURE>[^"]+) Third group to Capture the value up to the next "

(.*) Fourth group to handle the remainder of the string.

Then using # as our previously configured sep

[param:[this element],1007,[tableindex]] is used to set which parameter to run the RegexReplace on

Then using # as our previously configured sep

Finally ${CAPTURE}] is used to display only the CAPTURE (Third Group) as what to display.

[RegexReplace:[Sep:,#](.*)("Id":"SOURCE","Name":"Service Source","Value":")(?<CAPTURE>[^"]+)(.*)#.#${CAPTURE}]

Thank you to Robin and Sebastiaan for the input and helping getting me pointed in the right direction.

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 12th July 2023
You are viewing 1 out of 2 answers, click here to view all answers.
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

Recent questions

Web Applications exception in Cube due to invalid certificate 0 Answers | 0 Votes
Redundancy Groups and Alarming – Duplicate Alarms 0 Answers | 0 Votes
Correlation Engine: “Test rule” doesn’t result in a hit, despite functional rule 1 Answer | 3 Votes

Question Tags

adl2099 (115) alarm (62) Alarm Console (82) alarms (100) alarm template (83) Automation (223) automation scipt (111) Automation script (167) backup (71) Cassandra (180) Connector (109) Correlation (69) Correlation rule (52) Cube (151) Dashboard (194) Dashboards (188) database (83) DataMiner Cube (57) DIS (81) DMS (71) DOM (140) driver (65) DVE (56) Elastic (83) Elasticsearch (115) elements (80) Failover (104) GQI (159) HTTP (76) IDP (74) LCA (152) low code app (166) low code apps (93) lowcodeapps (75) MySQL (53) protocol (203) QAction (83) security (88) SNMP (86) SRM (337) table (54) trending (87) upgrade (62) Visio (539) Visual Overview (345)
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

[ Placeholder content for popup link ] WordPress Download Manager - Best Download Management Plugin