Remove accents

Hello,

I’m looking for a solution to remove the accents from a sentence coming from a STRING “Text” set.

Example: J’ai été à la pêche. → J’ai ete a la peche.

Do you have any idea how to do this?

Thanks :slight_smile:

2022-02-12 at 06.24.05

1 Like

Hi @Lyoto

(I’m not familiar with these accent words or letters)

The simple workaround is to use External Modules to get your job done.

You need this package.

You can refer to this thread for setting up this package.

Once this package is installed and loaded, We can use the Function node to solve your use-case

Note:

Please update your question with the n8n version, n8n platform (npm, docker, desktop).

2 Likes

This worked for me:

.replaceSpecialChars()

3 Likes

Hello refix, How can we use remove accents on n8n ?

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