Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Server Discussions

Find answers, ask questions, and share expertise about Alteryx Server.
SOLVED

Regex Tokenization Not Working on Server

fitzgerald2022
7 - Meteor

I am having the weirdest issue since I have started using Alteryx. I am trying to screen scrape on FDA website and I have noticed when I run the flow on my desktop the regex tokenize tool works and I get multiple rows of data. When I save the flow to the server and run it I get a ? after it runs the regex tokenize part of the flow. When I check the data in front of regex the data looks fine as well.

 

I have another flow that uses regex and it works perfectly fine on the server.

*Not sure if it has something to do with the copyright symbol in the data but like I said it works before the regex tool just not after

 

 

1 REPLY 1
fitzgerald2022
7 - Meteor

Found out that the webpage was being blocked on the server but I wasn't being blocked on my desktop