I need to clean field from stop words from text file. How can I use filepath in Search in Replace in string?
Asked
Active
Viewed 519 times
0
-
You can't. But you can copy/paste in the `Replace in String` table of replacements. – AlainD Apr 26 '18 at 12:31
-
It is not comfortable, if count of word is big :( so i wanted to get words from common file for my transformations any way – tatka Apr 26 '18 at 12:56
-
The other ways are even least comfortable. – AlainD Apr 26 '18 at 13:23
-
You can also run a shell command and use sed. I know some people would say that's not the PDI way (input, replace, output) but it usually is faster and for big files it might make sense – Veselin Davidov May 25 '18 at 08:42
-
thanks for answer, i used to Java Step in transformation. – tatka May 26 '18 at 18:40