I have double pipes (||) in a CSV file, and I'd like to replace them with a single pipe (|) but I cannot do it. Every-time I use the Derived column task to replace them it replaces the whole column with a single pipe.
REPLACE( «character_expression», «search_expression», «replace_expression» )
Search expression is the Column name
Character expression is the ||
Replace expression is the |
the output is:
|
|
|
|
|
|
HELP!!!!!!!!!!!