how to check if a key exists mongodb collection and return value node code example
Example: mongodb exists and not null
db.collection1.find({ 'fieldname1' : { $exists: true, $ne: null } });
db.collection1.find({ 'fieldname1' : { $exists: true, $ne: null } });