Hello everyone,
We started to use Alteryx last week and I'm trying to combine a very large dataset (100+ files, 100k-300k rows each file). I used Union to combine them and we would like to verify that all rows are present in the output file.
The most straightforward solution is to open individual input files and count the rows, add them together then compare with the number of rows in the output. However, I wonder if we have a better way to do this.