I don’t know if the option already exists, but I would like to see the following option in EDT. Adding multiple columns at once, instead of adding one column each time. Now I need to add 15 columns by performing an action 15 times. I think this could be easier.
Do all the columns the same name and value? In that case you can use New Col once then Copy Cols to make 14 more copies.
If they are all different you need to use 15 New Col operations. I guess we allow you to specify 15 column names and values in a table. But I’m not sure that is much quicker than 15 New Col transforms.
Perhaps you can tell me a bit more about why you need to add these columns and what names and values they need to have.
I would also greatly appreciate a multiple new column transformation. I am taking spread sheets with fewer columns and different column names and transforming them into a standard format for upload. I need to add a large number of new columns to accomplish this.
Since the columns that are being added don’t have value and I take it they start with blank and later down the stream transforms updates them, then I think this could be fastest way and easy to do without adding multiple transforms.
Idea is, that whichever extra columns are needed, create them in Excel or any text editor in order you want them and then copy over to EDT and paste it as Clipboard and Stack it, then continue your transformation after stack and if you need to add other columns again down in the stream, then repeat the same process.
This way you will keep your transform clean as well by just having one Clipboard per extra columns, compare to number of New Cols or Copy Cols and then Rename transform.
Also with this you can always quickly swap out the names by simply re importing from the clipboard in the Clipboard transform.