Hello good morning.
Could you please help me, I need to convert the values of a numeric field to a string, massively in a collection.
Example:
idEmpleado: NumberLong(22)
to
idEmpleado: “22”
When idEmpleado has different values
Beforehand thank you very much.