Hi Mohit,

I don't clearly understand your use case. It depends on how you read the
input, how you use the newlines... As the row separator, or just inside a
row as a normal character.
Can you put a simple example of input and output that you need?

Thanks


On Mon, Jun 24, 2013 at 10:18 PM, Mohit Anchlia <[email protected]>wrote:

> Is there a way to remove line feeds from a bag in foreach?
>
> We today just do:
>
>
> page = foreach B generate p;
>
>
>
> Is there a way to remove line from above foreach? I see you can do
> DISTINCT, SUM but can I also replace newline with a space?
>

Reply via email to