I have a script transformation component that I'm defining output columns for the output; my destination table has something like 200+ columns, lots of it just incremental repeating (name1, name2, etc...)
Is there any other way I can define all of the outputs without having to click Add Column, click to rename it, click to change the datatype, click to change the length, ad nauseum? Can I copy and paste lines in code or something? I looked at the codefile for the package, and found the location, but there's an incremental ID on the columns....can I just copy and paste and it would be OK? How else can I do this?
Thanks!