I'm experiencing some troubles trying to split a string using backslash with the split plugin.
XXX\YYY
I'd like to use split => ["field","\"]
Quickly ran into escape problems as expected, according to the documentation i have tried to use the config.support_escapes: true and ["\\"] but this dosen't really help as it looks like i'm escaping the double quotes and not the actual backslash.
Thanks for your reply, i had thought about using ruby but was concerned about performance, i managed to find a solution combining gsub and split plugins.
I frankly dont know what's the best for less performance impact one ruby or gsub and split.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.