I have a set of shapefiles. For each project, the shapefile names and the attribution names of the shapefiles are different. I want a workbench to search the attribution of all shapefiles, for a particular word/term. For discussion purposes, say I want to find the word 'password'. I don't really need to do anything with the data, I just need to determine if the 'password' exists in the data anywhere.Â
Â
Â
I've played around with Schema readers and Feature readers, but haven't found a solution yet. It's almost like I need a way to rename the attribution names to something generic like 'att1', 'att2', 'att3', etc...so that I can run a simple testfilter. But with the attribution names changing with each dataset, I'm not sure how this would be accomplished.