Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: ejonesAre you asking that you have a large number of columns that need to be cleaned with a regular expression, and the concern is that writing the code for each and every column will take a large amount of time?
If so, you could use LAE to automatically generate the BRAINscript code for columns. You do this by using the "lal1:Get Metadata" node to get a list of the columns. You could then use a filter node or manually identify the specific columns that need to be processed. Then another filter node to automatically write the BRAINscript code required for each node. Once this is done and executed, you copy and paste the new code into a filter node to run directly on the input data. And disable the nodes used to create the BRAINscript but keep them in case you need to regenerate the code.