When creating a data dump, the dump will strangely transform string data in an unexpected way. Whenever it encounters an apostrophe char, it will add an additional apostrophe char next to it. Example:
Original: "Master's Degree"
Dump: "Master''s Degree"
I'm dumping from a postgres database.