Hi,

I have a java action which writes a file with a given delimiter (passed as arg 
in xml). I am trying to write tsv by passing tab as delimiter, but somehow I am 
not able to correctly pass tab. 

I tried following tab specifications :-

&#9 - oozie reads it as null
\t - oozie treats it as literal \t and not tab
actual tab - oozie reads it as null

What should be the notation for tab ?

Appreciate your help.

Regards,
Gaurav

Reply via email to