Alteryx Designer Desktop Discussions

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

Excel File Opener - Embedded New Lines

bsolove
8 - Asteroid

I am using the Excel File Opener Macro to input a bunch of different excel files at once (they are all in the exact same format).  Right off the bat, one of my columns contains the "this cell has embedded newlines warning.  I've tried several solutions that I found online, but nothing seems to work.  I am not even clear on what these means.  Please help!

1 REPLY 1
MarqueeCrew
20 - Arcturus
20 - Arcturus
Try this to replace the new lines with a space:

Regex_Replace([field],"\n",' ')

Cheers,

Mark
Alteryx ACE & Top Community Contributor

Chaos reigns within. Repent, reflect and restart. Order shall return.
Please Subscribe to my youTube channel.
Labels