I created the below program that copies Column B to Column C using Excel as a database action.
There is a side effect for the insert/update/delete action at line 5; that does not keep the trailing spaces after "aa " in line 2 after the copy.

So, when I check for equality after the copy only lines 3,4,5,6,7 are considered equal.
Is there a way to keep trailing spaces and prevent this automatic trimming behavior?
