Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

French accents through csv data-merge come out as "é"

New Here ,
Jan 31, 2019 Jan 31, 2019

I build myself a new business card template for a client's company.  I used a csv file created through libreoffice to perform a data merge into various linked text boxes.  I have checked the csv file and its saved as a UTF-8 file separated by commas.  Some of the names have french accented letters such as e.g: "é" but they come out after the data import as "é".  Any ideas?

Thanks

4.6K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 31, 2019 Jan 31, 2019

Do a find and replace to search for the code and replace with the accents.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 01, 2019 Feb 01, 2019
LATEST

I see this often when importing text data that was not UTF-16 and contained characters such as "open single quote" or characters with diacritical marks. InDesign's Data Merge is designed to work with UTF-16.

To this end I would recommend the following:

1) From Libre Office, export the CSV file BUT choose UTF-16 as the option.

utf16.png

2) In your InDesign Data Merge file, when you are selecting the data source, make sure the checkbox for "show import options" is checked on. Unlike showing the import options for a picture for a one-off occasion, holding shift and clicking open won't work in this dialog - the checkbox has to be selected.

showimportoptions.png

3) In the data source import options dialog box, make sure to select unicode.

lastdialog.png

I've knocked up a quick "proof of principle" that shows a resulting data merge using this technique, and the text that I used to create it:

pop2.png

If the answer wasn't in my post, perhaps it might be on my blog at colecandoo!
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines