Before leaving a negative comment about me copying questions:
I've read the other stackoverflow question (Remove all blank spaces and empty lines) about this and tried out all of the suggestions but none worked for me.
I want to remove blank spaces in the following CSV:
<STX> somevalue;somevalue1;somevalue2 <CR><LF>
I need to remove the blank space between "STX" and "somevalue" and the blank space between "somevalue2" and "CR".
Thanks in advance.