Hi ,
I would like to find all hidden characters in a column and replace it with ''
1) What are these characters called as ? Hidden char or low characters?(example: Enter, Cntrl and so on). I am not bothered about * ,.; etc its only the hidden characters
2) Which function can I use to find that these characters exists in my column value . like HEX(column) or CHAR(column)??
3) Can I handle the replace logic using script component of SSIS