We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Type the following command in the desired path location in the shell NOT 'inside' the mongod shell
mongoexport -d smart_city -c city_items -o city_items.json
mongoimport --drop -d smart_city -c city_items city_items.json