I'm having this weird result where after import and sync there I see the same 92 objects with the same export staged.
For example, a user with id 007 will have LastName marked to be updated to "Bond". I do the export and it succeeds. The next import results in exported-change-not-reimported. This is a CSV MA, the file is text in UTF8 Encoding. No special chars are involved. I've looked at the values produces at every step in the pipeline and they are just unicode char's. There's no trailing or leading whitespace.
Anybody else see this?