# Translation in 7.0.0 no longer possible!? Please help

**URL:** https://discuss.elastic.co/t/translation-in-7-0-0-no-longer-possible-please-help/183238
**Category:** Logstash
**Created:** [May 29, 2019, 6:45am UTC](https://discuss.elastic.co/t/translation-in-7-0-0-no-longer-possible-please-help/183238 "2019-05-29T06:45:06Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Datakids](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/datakids/32/39622_2.png) [@Datakids](https://discuss.elastic.co/u/Datakids)
#### Post date: [May 29, 2019, 6:45am UTC](https://discuss.elastic.co/t/translation-in-7-0-0-no-longer-possible-please-help/183238/1 "2019-05-29T06:45:07Z")

</div>

Hi there,

I upgraded from ELK 6.5.4 to 7.0.0 due to some reasons.

Logstash 6.5.4 works like a charme and all Data translated as expected with this entry in my config:

```
translate {
		field => "getkArticle"
		destination => "Family"
		override => true
		dictionary_path => "C:/Dict/dict_fam.csv"
}

```

But my Test instance 7.0.0 is no longer working, but why ?

The csv has over 500000 entries and is build like this:

"1","Yes"  
"3","No"  
"4","Maybe"  
"5","No"  
"9","Yes"  
etc.

However, Logstash 7.0.0 is not accpeting this any longer and said:

> Translate: Missing or stray quote in line 1 when loading dictionary file ...

The csv is still the same and truly bad if it is no longer working in 7.0.0

So please what should I do to bring it back to work ?

Thanks for any help  
Regards

---

<div class="post-metadata">

### Author: ![Datakids](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/datakids/32/39622_2.png) [@Datakids](https://discuss.elastic.co/u/Datakids)
#### Post date: [May 29, 2019, 7:57am UTC](https://discuss.elastic.co/t/translation-in-7-0-0-no-longer-possible-please-help/183238/2 "2019-05-29T07:57:52Z")

</div>

For those who'd interested it is solved by replacing

> \n

to

> nothing

However this step is not neccessary in 6.5.4 using the same file!

Regards

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [June 26, 2019, 7:58am UTC](https://discuss.elastic.co/t/translation-in-7-0-0-no-longer-possible-please-help/183238/3 "2019-06-26T07:58:04Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
