# Swap [String,String] ### Description Swaps the columns of a two-column input `[STRING,STRING]`. ### Input - `SOURCE [STRING,STRING]`: a 2-column input with a pair ### Output - `RESULT [STRING,STRING]`: the same as `SOURCE`, but with swapped columns