JMP crashing from some combination of nested If(for(if())) loops, "string" || i for column reference, eval() -> expr(), and concat() + char()
I feel like this is a simple question, but I can't for the life of me get this to work. The context is I have an XML extractor that frustratingly has to deal with n-tuples of mostly (aside from one row) redundant entries a couple levels into the structure. I'm trying to find those "duplicate" entries, and check if they are indeed duplicates before I import them into my larger table. I've got the c...