Re: trailing space added to fields

2021-09-07 Thread Scott Derrick
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

Re: trailing space added to fields

2021-09-07 Thread Alexandre Rafalovitch
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.,

trailing space added to fields

2021-09-06 Thread Scott Derrick
I'm indexing .xml documents and using the XPathEntityProcessor for data importing.  Here is a snippet of my conf file