Activity overview
Latest activity by Cory.Foy
I just downloaded the latest bundle and this:
/columns:.*:.*
doesn't work for the columns. It succesfully matches the first table, but doesn't recgonize the column.
This would solve my issue because we have a similar problem where a timestamped column needs to be excluded, but I don't want to have to list all 350 columns in the table that has it. (It's a joy working with legacy data!)
So how can I apply regex for the colum names in the command line version? / comments
I just downloaded the latest bundle and this:
/columns:.*:.*
doesn't work for the columns. It succesfully matches the first table, but doesn't recgonize the column.
This would solve my issue becaus...