Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.
Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

String Parsing

khanp27
6 - Meteoroid

I am trying to parse the following string to extract database name (highlighted in RED)

 

00:00:00.437 - ToolId 140: records were written to Cloudera ODBC (db.table_name)

00:00:00.927 - ToolId 228: records were written to XYZ Reporting Analytics SP (dbo.XYZ)

00:00:00.373 - ToolId 273: File successfully uploaded to test.com (file is abc.hyper) 00:00:14.524 - .........

00:00:00.567 - ToolId 238: File successfully uploaded to test1.com(file is xyz.hyper) 

 

Any leads will be highly appreciated. 

 

Thank you

2 REPLIES 2
MilindG
12 - Quasar
caltang
17 - Castor
17 - Castor

You can also try this @khanp27 

image.png

.* to (.*\))
Calvin Tang
Alteryx ACE
https://www.linkedin.com/in/calvintangkw/
Labels
Top Solution Authors