I'm having character encoding problems when importing test cases in Zephyr Scale from an utf-8 csv file: french accented letters are replaced by the character �
I'm using a Jira Cloud instance, so I don't think I have any option for advanced character set settings.
Any clue?
So, After investigation I found that the problem of accented letters comes from the Excel "export to CSV" feature. When exporting to CSV from LibreOffice, accented letters are correctly imported.
However there is still a problem with slashs, for example when test data contains URL:
// is transformed to \
single / are removed.
Example: https://myurl.com/home is imported as https:\myurl.comhome
I've tried to escape every slash with a backslash (https:\/\/myurl.com\/home) but it does not solve the problem.
Still investigating. Any idea from the community will be welcome.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.