Hello,
I need some assistance with Regex and line breaks. Reading some older posts, but the Alteryx interface has changed over time.
Trying to insert line breaks within a cell after a comma.
Thank you in advance.
Hi @kgordish
If you want your line breaks to be within the current cells use \n as the Replacement Text. Also your matching text should include a trailing space in the Regular Expression ", " to remove the leading space from the second row onwards.
Dan
