我想将字段转换为Pig中的行.
来自input.txt
1 2 3 4 5 6 7 8 9
字段之间的分隔符是'\ t'.
到output.txt
1 2 3 4 ...但我不能使用TOKENIZER,因为字段的内容可能是一个句子.请帮我.非常感谢.
tokenize apache-pig
apache-pig ×1
tokenize ×1