Book a Demo

Author Topic: CSV export of smart quotation becomes ’  (Read 10450 times)

Barrie Treloar

  • EA User
  • **
  • Posts: 37
  • Karma: +0/-0
    • View Profile
CSV export of smart quotation becomes ’
« on: March 06, 2026, 12:47:04 pm »
The joys of pasting content from word mean you get "smart" quotation marks.

When the Notes field of my Requirement contains
U+2019 : RIGHT SINGLE QUOTATION MARK {single comma quotation mark}

and I CSV Export with Code Page 65001 (UTF-8) it gets translated to
’

Does anyone know how to solve this issue?

Sunshine

  • EA Practitioner
  • ***
  • Posts: 1350
  • Karma: +121/-10
  • Its the results that count
    • View Profile
Re: CSV export of smart quotation becomes ’
« Reply #1 on: March 26, 2026, 06:32:45 pm »
I reported this as a bug some time ago but never got a response. Support has gone down hill over the years as I used to get an acknowledgement as to whether it was a bug and a work around within a day.
The easiest thing I can suggest as a work around is to do a search and replace in the CSV file with excel.
Noting that is only one of many characters that get corrupted during export to UTF-8 from Windows 1252 the default character set for Windows.

Another option in the Notes editor, avoid using:
- Smart quotes
- Bulleted lists
- Special symbols (•, –, …)
You can do this by not copying and pasting from word but paste into notepad then copy from notepad.


Happy to help
:)

Barrie Treloar

  • EA User
  • **
  • Posts: 37
  • Karma: +0/-0
    • View Profile
Re: CSV export of smart quotation becomes ’
« Reply #2 on: March 31, 2026, 05:35:52 pm »
Thanks.

I suspected it was YAEAB.

I've ditched attempting to do CSV import/export or copy-paste to/from Word.

If I get around to it this will require scripting outside of EA to integrate between EA and Word.