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.

Missing data due to "this cell has embedded new lines"

bersocha
7 - Meteor

Hi everyone, so I'm trying to capture some tickets information from a SQL database but I'm not being able to capture all the text. As you can see in this example in the last part of the sentence "Can you please ad....." there is text missing and is happening in every record. 

 

I've already tried to add a REGEX formula but the issue persists: REGEX_Replace([Field1], '\n', '')

 

I tested the query on Power BI and it´s working perfectly, the issue is with Alteryx.

 

Capture Issue.JPG

3 REPLIES 3
flying008
15 - Aurora

@bersocha 

 

Maybe you can change the field size to adjust the string length first.

bersocha
7 - Meteor

I already tried it and issue persists..... 

Prometheus
12 - Quasar

@bersocha Make sure that your RegEx formula has the correct field: REGEX_Replace([value], '\n', ' '). I would also replace the embedded newlines with a space unless it doesn't matter whether or not your value is concatenated.

Labels
Top Solution Authors