You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Azure Data Factory. In a Trigger for a Storage Event, I would use regex to look for a filename a lot.
I will be uploading files named like "mystuff2024-1121.xls", "mystuff2024-1125.xls", "mystuff2024-1130.xls", etc. I would like to see if a file is created/uploaded that matches "mystuff\d{4}-\d{4}.xls".
I would like the boxes for "blob path ends with" and "blob path begins with" to support regex so I can find only valid named files.
Thank you. Screenshot below.
The text was updated successfully, but these errors were encountered:
I'm using Azure Data Factory. In a Trigger for a Storage Event, I would use regex to look for a filename a lot.
I will be uploading files named like "mystuff2024-1121.xls", "mystuff2024-1125.xls", "mystuff2024-1130.xls", etc. I would like to see if a file is created/uploaded that matches "mystuff\d{4}-\d{4}.xls".
I would like the boxes for "blob path ends with" and "blob path begins with" to support regex so I can find only valid named files.
Thank you. Screenshot below.
The text was updated successfully, but these errors were encountered: