Manually
original "name" column replace special char with space
use this expression
regexp_replace( name, '[^\\w\\s]+', ' ')

Automatically
when you click download POI button,

Build-in function already remove special char put to a new column name2, see sample, only letter and number stay, other than that removed.

Client requirement
