On 1/14/2014 8:20 AM, Steve Rowe wrote:
Solrj’s StrUtils.splitSmart() should do exactly what you want - in the first 
pass, split on semicolon and don’t decode backslash escaping, and then in the 
inner loop, use the same method to split on colons and decode backslash 
escaping.  I think :).

Thank you, Yonik and Steve! This seems to work perfectly. Here's what I did. Naturally the whole thing is in a try/catch:

http://apaste.info/4beg

Shawn

Reply via email to