Hi!
I am planning to use the csv importer to convert from HP QC to JIRA and have started to test convert. But there are issues with the Norwegian letters, how do I spesify the correct setup?
The Norwegian letters are OK when I create new issues, only a problem when I import.
Any tips?
Thanks,
Elin Vaage
Hello Elin
We did a migration form QC and used the External System Import option (administration options).
We had to use file encondig ISO-8859-1 for the special characters to be imported correctly into JIRA (in our case they were only Spanish characters like áéíóúñ).
You have to click on the Advance option to see the File encoding field.
You could use this the JaM plugin which linked HPQC to Jira. It will preserve much more of the history of the defect and match it to the Jira data model.
http://www.go2group.com/en/products/go2group-jam-plugin/
With your CSV data, is the data in the CSV formatted in UTF-8 correctly? If you open the CSV in a text editor, does it look ok? Does it import into Excel correctly?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Also, does the data look correct when you do the "Setup Field Mappings' as part of the import process? What is generating your CSV file?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Answers:
It looks OK when i open it in a text editor or in excel.
It does not look OK in the setup field mapping in the import process.
I create the file in excel and capsulate the text fields with "".
I will also check out the plugin. That might be better, even if its a one time convertion.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Since Jira importer should support UTF-8, I'm wondering if the problem is in the exact encoding of the CSV file that Excel produces (even if it appears to look ok to your text editor)
A qucik search shows some possible workarounds:
http://stackoverflow.com/questions/4221176/excel-to-csv-with-utf8-encoding
They centre around either uploading the XLS file to Google docs and exporting it out as a CSV, or changing the export options. You can also use iconv / libiconv to convert the CSV file.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.