Split [String,String]¶
Description¶
Splits a two-column input [STRING,STRING]
into two separate 1-column outputs.
Input¶
SOURCE [STRING,STRING]
: a 2-column input with an string-string pair
Output¶
A [STRING]
: the first column ofSOURCE
B [STRING]
: the second column ofSOURCE
Output scores can be aggregated and/or normalised.