Alexandre,
perfect!!!
There is a built in white space trim factory,
TrimFieldUpdateProcessorFactory that I added to the default chain and now all
is good!
thanks again,
Scott
On 9/7/21 7:32 AM, Alexandre Rafalovitch wrote:
The general answer is to add UpdateRequestP
The general answer is to add UpdateRequestProcessor pipeline. That gives
you a lot of post processing flexibility.
But you can also try having the xpath specify /text(), maybe that will
deal with space specifically. Did not test it myself though, just a
thought.
Regards,
Alex
On Mon.,
I'm indexing .xml documents and using the XPathEntityProcessor for data
importing. Here is a snippet of my conf file