Is there any possibility to remove accents from specific field in project stage or any other aggregation stage?
My input document looks like this:
{
"title" : "Está comprometido",
"value" : "3"
},
And I need this output:
{
"title" : "Esta_comprometido",
"value" : "3"
},