Database

[{"_id":{"$oid":"5f48e358d43721376c397f54"},"heading":"this is heading","tags":["tag1","tag2","tag3"],"categories":["projA","projectA2"],"content":["This","is","the","content","of","the","document"],"timestamp":1598612312.506219,"lang":"en"}]

Query

db.collection.aggregate([{$addFields:{content:{$cond:[{$eq:[{$type:"$content"},"array"]},{$trim:{input:{$reduce:{input:"$content",initialValue:"",in:{$concat:["$$value"," ","$$this"]}}}}},"$content"]}}}])

Result