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

Visual Overview – Client-side Search Criteria Manipulation

Solved1.22K views10th July 2023Visio Visual Overview
2
Rene De Posada [SLC] [DevOps Advocate]1.89K 7th October 2020 0 Comments

What would be the best approach to manipulate the data entered by a user via a SearchTextBox. The basic use case is:

  1. User enters: AA:BB:CC:DD:EE:FF
  2. We apply client-side manipulation to convert a MAC address to any of the other possible formats such as AAAA.BBBB.CCCC upper/lower case
  3. Once we manipulate the data, this will be used to filter on a given table with primary key matching AAAA.BBBB.CCCC

The key above is to be able to convert the MAC address from any format to the one needed for filtering. However, the mechanism could be re-used towards any other data manipulation

Thank you.

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

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
2
Michiel Saelen [SLC] [DevOps Enabler]5.63K Posted 7th October 2020 2 Comments

Hi Rene, You could use a regex replace feature in Visio. [regexreplace:x,y,z] with x the regular expression, y the input and z the string that will replace each match. 

So if 1234.5678.9ABC or 12:34:56:78:9A:BC or 123456789ABC should all become 12:34:56:78:9A:BC, you can use:
[RegexReplace:^(?<AA>\w\w)?(:|.)(?<BB>\w\w)?(:|.)(?<CC>\w\w)?(:|.)(?<DD>\w\w)?(:|.)(?<EE>\w\w)?(:|.)(?<FF>\w\w)$,12.34.56.78.9A.BC,${AA}:${BB}:${CC}:${DD}:${EE}:${FF}] Of course instead of the example you will need to put the input/session variable.

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 10th July 2023
Rene De Posada [SLC] [DevOps Advocate] commented 7th October 2020

Thank you for the response. To better illustrate the requirement:

Currently, we can only search for devices via a colon separated format, for example AA:BB:CC:DD:EE:FF, and we’d like this to work via any search format, upper/lower case, AAAA.BBBB.CCCC format, or no separators at all.

Lander Vanhaverbeke [SLC] [DevOps Member] commented 8th October 2020

You can use this regex to convert any MAC format to the AA:BB:CC:… format:

Pattern: ([A-Fa-f0-9]{2})([:-.]?)(?=[A-Fa-f0-9])
Substitution: $1:

You can test this out here: https://regex101.com/r/SH6nU7/1

You are viewing 1 out of 1 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

Alarm Dashboard PDF/CSV Export 0 Answers | 0 Votes
Is the Microsoft SharePoint Connector Still Usable 0 Answers | 0 Votes
Is the Microsoft SharePoint Connector Still Usable 0 Answers | 0 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 (108) Correlation (68) Cube (150) Dashboard (194) Dashboards (188) database (83) DataMiner Cube (57) DIS (81) DMS (71) DOM (139) driver (65) DVE (55) Elastic (83) Elasticsearch (115) elements (80) Failover (104) GQI (159) HTTP (76) IDP (74) LCA (151) low code app (166) low code apps (93) lowcodeapps (75) MySQL (53) protocol (203) QAction (83) security (88) services (51) 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