Hi, I'm processing a set of log files and trying to do some simple data cleaning on them. It's of the form: given a tuple, if value 1 isn't null, use it, otherwise combine values 2 and 3. This is pretty simple default stuff.
Is this even expressable in pig latin? Or do I need to write a UDF? Thanks, Ranjan
