Any ideas on adding a blank row on every other line...
Input:
| Z | 1 |
| A | 5 |
| B | 6 |
Output:
| Z | 1 |
| A | 5 |
| B | 6 |
Solved! Go to Solution.
@AlteryxUserFL Try the attached. We can use a multi field tool to null all the data out and then union back and sort. I had to add extra tools to avoid the last row adding a blank.

