Hi All,
I have a list of addresses I need to (pre-)process.
Here I have 2 things I need to solve.
1. I want to remove diacretics (like CZ, German, Swedish and so on) special characters.
I am aware of the string manipulation node allwoing to remove the diacritics, yet I do not want to nest the function and just using it on one row by the time is quite tideous.
Is there a better way (tried some dict. replacer nodes on character level (like ("Ä,A") but no luck.
Can I remove the diacritics on document level at once in some way?
2. I want to link a table to 2 nodes, a cell replacer and a dictionary tagger.
I always get the error "WARN Cell Replacer 2:140:112:120:142:145 Duplicate search key "?"".
What is wrong and what does the error mean..
As I update the table I want it to be the same for both nodes.
Thanks a lot,
J.