07-17-2021 04:41 AM
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’
Attaching pipeline for reference.
Regards,
Ajay
testLineBreak_2021_07_17 (1).slp (5.4 KB)
03-23-2023 09:57 PM
it is not working when i have multiple columns in the input document…it is only writing the column which we binar Encoded into the output file