Hi All,
I am creating pipe-delimited csv output. Output tool configured accordingly ( | ) .
One of the column has value like -
abc;def;ghi;xyz
Now when I open the written csv file, my count of rows increases because above column splits into rows like -
abc
def
ghi
xyz
While other columns are delimited properly based on | seperator.
Can anyone suggest?
Thanks
Harsh