We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Delimeter Count

Karthick461
8 - Asteroid

I have a file which has more number of Pipeline Delimeter ( | ) . while taking input i have mentioned (\0) as delimeter and taken all fields into single column. Now i need to calculate count of ( | ) pipeline in each row. I have tried Regex_Countmatches, but I am unable to add ' | ' symbol in formula section

 

 How to calculate delimeter (|) and based on counts I need to trigger email. like if Count is >50 , Email has to trigger from Alteryx. How to achieve this

12 REPLIES 12
atcodedog05
22 - Nova
22 - Nova

Hi @Karthick461 

 

Can you provide sample data

Karthick461
8 - Asteroid

Sample File attached

 

Error

Karthick461_0-1645554718116.png

 

atcodedog05
22 - Nova
22 - Nova

Hi @Karthick461 

 

It seems to work for read it like below

 

atcodedog05_0-1645559496491.png

 

Workflow:

atcodedog05_1-1645559515012.png

 

Hope this helps : )

Labels
Top Solution Authors