I have just started poking around in this excellent piece of software, but already am amazed of its featureset and versatility. I have a set of conversion jobs coming up where I have datasets from one system that needs to be transformed into another dataset going into another system. It seems like the easiest way to do this in EDT is to filter and transform the export, remove unwanted columns, rename the existing columns, and then write out a new dataset (csv).
I was just wondering if there is an easy way to remove those unwanted columns based on them all containing a certain value. I have lots of columns coming over with typically 0 in their row values, and as long as they are all the same, I don’t have a need for that column coming across. I can of course remove them one by one, or add the ones I need back in from removing all, but was wondering if there are transforms or methods to e.g. remove columns based on all of the rows containing a certain value for that column?
Have a look at ‘Summary - Distinct values’. If the answer is one value for a column then it may go, based on your description. This works for any form of data uniformly presented, and covers multiple columns in one Summary. You may want to remove whitespace first.
I was aware that I was only providing a list of columns to remove, but wondering whether there would be some way to call an existing Transform as a function in Javascript?
There is now a feature in v2.3.0 to allow you to quickly check or uncheck columns based on various criteria, including column names and column contents. See: