Hello @Krishnamohan Nadimpalli
Did you try any expression in the Derived column in the Dataflow ?
Please let us know any sample data in the input column, so that we try to repro the same and help you!!!
For example, the below removes the special characters from the column data.
ltrim(replace(replace(YourColumn, '\n', ' '), ',', ' '))