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
    • 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
    • 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
    • DataMiner Releases & Updates
    • Feature Suggestions
    • Climb the leaderboard!
    • Swag Shop
    • Contact
    • Global Feedback Survey
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • >> Go to dataminer.services

Issue identifying DateTime Format from String in C# Automation script

Solved1.70K views18th July 2024automation scipt parameter option
0
A B M Sidddique [DevOps Advocate]371 8th January 2024 3 Comments

Hello Dojo Community !

I'm currently working on a C# script where I need to parse a string into a DateTime object. I've tried using DateTime.TryParseExact with multiple date formats, but I'm facing issues identifying the correct format.

Code snippet :

LastRestart format on the cube (table) UI:

LastRestart value from the streamviwer :

Despite trying various formats, I'm still encountering issues with certain date strings. I am not sure if the format is the one observed in the table (UI) or the one from seen from the stream viewer (loggs). I'm looking for suggestions or guidance on how to dynamically identify the correct DateTime format from a given string.

Any help, insights, or alternative approaches to accomplish this task would be greatly appreciated!

Thank you in advance for your assistance.

A B M Sidddique [DevOps Advocate] Posted new comment 18th July 2024
Marieke Goethals [SLC] [DevOps Catalyst] commented 31st May 2024

Hi,
I see that this question has been inactive for some time. Have you been able to find a solution for this yet? If yes, could you select the most helpful answer below, or add an answer of your own with the solution for the reference of other users who may have a similar problem?

Marieke Goethals [SLC] [DevOps Catalyst] commented 18th July 2024

As this question has now been open for a long time and there has been no further reaction from you, I will now close it. If you do wish to investigate this further, could you post a new question?

A B M Sidddique [DevOps Advocate] commented 18th July 2024

Yes , this can be closed now. Thank you

2 Answers

  • Active
  • Voted
  • Newest
  • Oldest
1
Floris Cockaerts [SLC] [DevOps Advocate]2.43K Posted 8th January 2024 2 Comments

Hi Sidddique,

Let's try to separate the parsing from the visualization to isolate potential problems.

For the best visualization, use the following parameter options: options attribute | DataMiner Docs, and set your parameter using the DateTime.ToOADate method. Ideally, your parameter interprete is configured for doubles. This lets the parameter only accept double values, and is also the most efficient configuration when storing double values.

<Interprete>

<RawType>double</RawType>

<Type>double</Type>

<LengthType>fixed</LengthType>

<Length>8</Length>

<Decimals>8</Decimals>

</Interprete>

It's hard to tell what format you should pick if you only have one example, but the custom format not working in some cases. By default, the DateTime.Parse already tries a lot of standard formats. Yours seems to be "O" format ("yyyy'-'MM'-'dd'T'HH':'mm':'ss'.'fffffffK"), but without the sub-second values. So the matching custom format is probably "yyyy-MM-dd'T'HH:mm:ssK". The dashes don't need to be single-quote escaped in my experience.

I suggest logging cases that fail to be parsed, and what the input was, so the format(s) can be corrected if necessary.

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 18th July 2024
Floris Cockaerts [SLC] [DevOps Advocate] commented 8th January 2024

Hi,
If you are reading a parameter that is of type double, but marked as a datetime for display, then the string format depends on the local culture (of the system user, which runs the script and automation processes). In that case, you may be better off reading the double value and formatting it to a DateTime using FromOADate: https://learn.microsoft.com/en-us/dotnet/api/system.datetime.fromoadate?view=net-8.0

A B M Sidddique [DevOps Advocate] commented 8th January 2024

Thank you Floris for your answer , I have replied to your suggestion with a different answer.

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
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