Closed cancilla closed 7 years ago
I tested the UOMConverter again today and it's not reading the mapping file correctly. I believe the problem is that the pipe delimiter needs to be escaped, otherwise it gets treated as part of a regex expression when passed to String.split().
should we use something other than | in general?
I tested the UOMConverter again today and it's not reading the mapping file correctly. I believe the problem is that the pipe delimiter needs to be escaped, otherwise it gets treated as part of a regex expression when passed to String.split().