usc-isi-i2 / Web-Karma

Information Integration Tool

Home Page:http://www.isi.edu/integration/karma/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyTransform and special characters

bitno opened this issue · comments

commented

Dear Karma team,

Is there a way on how I could enable special characters in PyTransform?
I'm using the replace function, but can't make german umlauts like äöü work within it.

Many thanks for your help and kind regards,
Leo
umlaut_issue_pytransform

Hi,

Please append 'u' before the string which contains german characters.

For example if you want to replace with "äöABC" then you should write u"äöABC". (character u should be out of quotes.)

Thanks
Kaushal

commented

Dear @kaushalv274

Many thanks, this worked! Your help is really appreciated.

Regarding issue #322 : Do you have any idea why special characters don't get exported correctly?
Again many many thanks