May 1, 2016 — Handle escaped characters in CSV upload/download

Previously, when using CSV upload/download, escaping the following characters in order to use them literally in a CSV file was not creating a correct match: ampersand: (&), comma (,), asterisk (*), and question mark (?). With this release, this issue has been resolved, and these characters when escaped match as literals.