-
Type: Improvement
-
Resolution: Won't Fix
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: Shell
-
Server Tooling & Methods
If someone accidentally tries to run mongoimport/restore/etc from the mongo javascript shell they can get pretty confused why it isn't working. It could give a nice error message instead of this:
> mongoimport -d finance -c values --type csv --file hwoern/dev.hwoern.de/finance/comma.csv --headerline Tue Jan 29 15:16:40 SyntaxError: missing ; before statement (shell):1
- is related to
-
SERVER-38338 Add default "mongo" shell helper method to inform user of error
- Closed