Handle and delete non-nested field with dots in name

Hi there!

The question is quite straightforward.

How do I handle (and more specifically delete) a field which has dots in its name?

Because if I try with a remove processor, when I ask to delete a field named "average.height", it obviously looks for an object 'average' with a nested field 'height'.

Is there any way to do such a thing?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.