Hi
I am using the attributesToJSON processor to create a JSON flowfile which I
then send to Elastic, I have noticed that some of my attributes which ar
numbers such as file size always come out of the attributesToJSON processor as
string values (ie with double quotes around them), therefore when I send my
JSON string to Elastic it indexes all the fields as Strings and therefore won't
let me do a cumulative count of all filesizes.I have tried to cast my filesize
toNumber just before the attributes go into the attributesToJSON processor and
it makes no difference, do you know how I can correct this?
Many thanksDave