Hello,
new day new problems at least as long as I am still at the beginning of using alteryx.
I developed a workflow which results to something like this:
A | B | C | D | E |
19 | ha | 5f | jj | 25 |
18 | fg | 5f | jj | 26 |
18 | fg | 5f | jj | 26 |
18 | 22 | 5f | jj | 27 |
Now row 3 and 4 are identical. What I am looking for is now a way to delete a row if it contains the same information (in all fields and only then) as the row before. the last line is similar to the once before but not in all columns - so the last one shouldn't be deleted.
Is there a way to do this? Database contains more then 500.000 rows so I hope my short example can already show what I am fighting with.
Br Bennet