Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

External System import CSV : Error with UTF 8 format

Olivier MAZEN
Contributor
October 2, 2018

Hello there,

 

I have an issue with special caracter threw the External system import module.

I select the CSV import.

 

In my CSV source file i upload this row:

Project key;Project name;Project type;Summary;Issue key;Comment
CEGP;Cellule Escalade Grand Public;service_desk;[Import Grafic]3688394;CEGP-1089;Retour FREE le 20/09/09 - G Ollivier _ Reprov envoyé à ce jour, Résolu//Pas revue au 01/10

 

I specify a configuration file for the mapping (descirb below)

{
"config.version" : "2.0",
"config.project.from.csv" : "true",
"config.encoding" : "UTF-8",
"config.email.suffix" : "@",
"config.field.mappings" : {
"Comment" : {
"jira.field" : "comment"
},
"Project name" : {
"jira.field" : "project.name"
},
"Project key" : {
"jira.field" : "project.key"
},
"Project type" : {
"jira.field" : "project.type"
},
"Issue key" : {
"jira.field" : "issuekey"
},
"Summary" : {
"jira.field" : "summary"
}
},
"config.value.mappings" : { },
"config.delimiter" : ";",
"config.project" : {
"project.type" : null,
"project.key" : "",
"project.description" : null,
"project.url" : null,
"project.name" : "",
"project.lead" : null
},
"config.date.format" : "dd/MM/yy"
}

 

In advanced option: i set UTF-8 in file encoding field and CSV delimiter to ;

My final result in application is this as a comment:

 

Retour FREE le 20/09/09 - G Ollivier _ Reprov envoy� � ce jour, R�solu//Pas re�ue au 01/10

 

I have check several time : my input file is convert to UTF-8 and i still get my special caracter � instead of é.

 

that's drive me nuts  !

 

Do you have any idea or point i am missing ?

 

 

2 answers

1 accepted

1 vote
Answer accepted
Mohamed Benziane
Community Champion
October 2, 2018
Olivier MAZEN
Contributor
October 2, 2018

Hello Mohamed;

 

thank you very well works like a charm now !

0 votes
Olivier MAZEN
Contributor
October 3, 2018

Hello Mohammed,

 

I face another issue:

 

input 

02/10 création ticket C20602150

result

02/10 création ticket C20602150

 

and i used the format ISO-8859-1.

 

I am style facing error with caracter even with the new format ISO.

 

Do you have any idea?

 

Olivier

Olivier MAZEN
Contributor
October 3, 2018

i found out that my input file have to be in ANSI mode.

sorry for my question.

Mohamed Benziane
Community Champion
October 3, 2018

Hi Olivier,

No worries,i will keep your answer it may help me in the future

Regards

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events