Hello Everybody, I'm looking for a way to run REPLACE on multiple columns in a dataset to escape some characters that would confuse loading after processing in pig. Is there an easy way to do that without having to do
FOREACH x GENERATE REPLACE(a,"char","\\char"), REPLACE(b,"char","\ \char"), REPLACE(c... etc ? Johannes
