Closed propensive closed 4 years ago
The OGDL migrate methods can throw exceptions, but should instead flatMap over Trys.
migrate
flatMap
Try
I think this actually causes silent failures if there is an error in the file format.
The OGDL
migrate
methods can throw exceptions, but should insteadflatMap
overTry
s.