Parse Date From File Path
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
DataPirate26
10 - Fireball
‎12-06-2023
10:45 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi all,
Need help in Parsing out the Date in Date Format "YYYY-MM-DD" from the Full Path. It needs to be dynamic as the path can change.
Look into the Attached Sample below and please help out with a solution
Labels:
- Labels:
- Regex
3 REPLIES 3
binuacs
21 - Polaris
‎12-06-2023
11:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@DataPirate26 One way of doing this, this formula also checks whether the date has "th" or "nd" or "st" based on that it applies the regex formula
16 - Nebula
‎12-06-2023
11:55 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Regex + Formula would suffice. Please adjust regex if it does not make sense to your real data.
Dev73
8 - Asteroid
‎12-07-2023
04:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@DataPirate26 one more solution to it , I have tried to keep it simple and understandable 😊
