Du kan inte använd regex i projektion. Du måste explicit specificera projektionen
argument till <-koden>.find()
metod
db.collection.find({},
{
"data.2007.actual": 1,
"data.2007.upper_end_of_range": 1,
"data.2008.actual": 1,
"data.2008.upper_end_of_range": 1,
"table_name": 1
}
)