Hi,
I hope this is not a duplicate issue but I am unable to insert multiple documents into a collection using RoboMongo version 8.4 on Mac Osx Mavericks.
The error I receive is a JSON validation error, pointing to character 1, line 1 "expecting {"
If I remove all surrounding whitespace from a single JSON object then the insert will be accepted.
Rolling back to version 0.8.3 fixed the problem for me.
@fabritw The JSON validation error is a duplicate of #544, which has a fix committed for the next release :)
Thanks!
I just download the last version 0.9 for Windows.
And when i try to copy/paste for export/import multiple documents for a collection, there is still the problem on the counter of the record (/* i */)
Would be nice if this could be solved for easy export/import.
In this example i'm trying to export from onw database and importing on an other database for the same collection the data:

@glarrai1 thanks for reporting! You are absolutely right, it'd be great to fix so we put it to our wish-list. But let me offer to track progress of issue fixing within this ticket https://github.com/paralect/robomongo/issues/1076. We will get back to you with any news!
Most helpful comment
I just download the last version 0.9 for Windows.
And when i try to copy/paste for export/import multiple documents for a collection, there is still the problem on the counter of the record (/* i */)
Would be nice if this could be solved for easy export/import.
In this example i'm trying to export from onw database and importing on an other database for the same collection the data: