Below is source example. Below is only 1 log.
a|b|c|ddd|basdsadsa
asdsadsa
asdsadsad
asdsads|
Condition:
, 5 Fields(A,B,C,D,E)
, 1 separators ( | )
, csv filter,
In this case, How to ignore newlines in 5th field?
I try to split filter with terminator configuration.
But failed ..
help me