# Split [Obj,String] ### Description Splits a two-column input `[OBJ,STRING]` into two separate 1-column outputs. ### Input - `SOURCE [OBJ,String]`: a 2-column input with an object-string pair ### Output - `A [OBJ]`: the first column of `SOURCE` - `B [STRING]`: the second column of `SOURCE` Output scores can be [aggregated](docs://score_aggregation) and/or [normalised](docs://score_normalisation).