Forum Discussion

Ajay_Chawda's avatar
Ajay_Chawda
Contributor
5 years ago

Line break in file

Hello Experts, facing issue while writing data to new line. Input string :- abc’def’por’xyz’ Experssion in Mapper :- _file.replaceAll(‘'’,‘'\n’) Expected Result abc’ def’ por’ xyz’ ...