I have a field which is derived from a http get request, one of the fields in the json response is called myKeys, this field contains two strings separated by a pipe delimiter, example 9997|6555
what can i use to split these out whilst ultimately combining all the other fields unmodified?