-
Suggestion
-
Resolution: Obsolete
-
Medium
-
None
-
None
-
None
Due to changes in CSV parser a backslash became a special character.
If the backslash is found inside of quoted text it will be ignored (removed) unless it precedes another backslash or a double quote. In case it does the following character will be kept but the first backslash will be omitted.
Both JIM and JIRA are affected. Probably worth mentioning somewhere?