How can I get the column names in Pipeline Builder?

I want to drop all the values in my dataset, and show only only column column_names with the value set to the column headers in the dataset.

Is column_names an array of columns and does this array keep changing? If it’s static can you use select or drop

Try the unpivot board where the Output unpivoted column name is “column_name”

1 Like