Hi,
When I run the command mosql --collections collections.yml --skip-tail for importing data from Mongo db to Postgre, I am getting the following error.
`rescue in block in copy_data': uninitialized constant MoSQL::Schema::PGError (NameError)
SQL Tables are creating successfully. But the data is not imported.
Any idea about this issue?