Hi All,
I have a file with millions of records and hundreds of columns. I need to summarize each column within this file to determine which values are found in each column and how many times each value is found. This is quite a simple on few records by using a transpose tool and a summarize tool (example attached). However, I am running into the problem of the transpose and summary taking forever and the machine running out of memory since there are so many rows and columns. I was thinking there should be a way to make a macro with a dynamic select tool that, for each iteration of the macro, it grabs one column, does the transpose and summary and outputs the results. Then it does the next column and so on and so forth until it has processed all columns. I have not been able to figure out exactly how to configure this.
Any ideas?
The output I am looking for is the browse tool in the attached workflow, but instead of doing it like this I need to process one column at a time via a macro.