In case you missed the announcement: Alteryx One is here, and so is the Spring Release! Learn more about these new and exciting releases here!

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