Free Trial

Alteryx Designer Desktop Discussions

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

Insert new row

praveenchola
6 - Meteoroid

I have a string column data and need to add new blank row after every 100th row and after new Code starts, is there any possible way to get this outcome.

5 REPLIES 5
ChrisTX
16 - Nebula
16 - Nebula

See if the attached workflow works for you.

 

Screenshot 2024-04-15 142809.png

 

Chris

binuacs
21 - Polaris

@praveenchola another way of doing this with the batch macro

image.png

praveenchola
6 - Meteoroid

Thanks Chris, I'm trying to implement this workflow on multiple columns but not getting the same result. What changes do I need to do ? 

ChrisTX
16 - Nebula
16 - Nebula

Use the Multi Field Formula tool with the RegEx_Replace function.

 

binuacs
21 - Polaris

@praveenchola updated the workflow with your input file

image.png

Labels
Top Solution Authors