use of "for each row" with column name from a list
Hi allI am working on a way to clean a user-generated table and I'm incurring in an issue: the code compile correctly, but it doesn't workI have a table with unknown columns (read: multiple, variable, hand-written by user) both in numbers and names.I would like to perform a simple standardization, let's say polish the values from unwanted spaces and uppercase errors.so I generate a list with colum...