IBMStreams / streamsx.health

(Incubation) Streams Healthcare Analytics Platform - To enable and inspire the next generation healthcare solutions
https://github.com/IBMStreams/streamsx.health/wiki
Apache License 2.0
41 stars 34 forks source link

UOMConverter not reading mapping file correctly #96

Closed cancilla closed 7 years ago

cancilla commented 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().

chanskw commented 7 years ago

should we use something other than | in general?