i still don't get it to work, ...
in the debug-input-folder it shows me the following string:
in the debug-parsed-folder it's then
Earlyer (now i've given it a peek, i used 0.6.16 when it worked) i used
which won't work anymore, since it seems that there has been changed something in the pipeline. But also replacing the \xA0 with \s (what should be any whitespace-character) doesn't work.
I tryed to use \d+\s+, which works, is applyed somewhere between the input and the parsed section, but isn't quite what i wantet, since it removes every digit in the file followed by a whitespace.
When exactly is the regex applyed to the file? Right on the input-file, or are there some steps in the pipline that change that code bevore applying the regex?