What are list of data types that we have to mutate in the pipeline config file..so far I know "Integer" and "float"

Hello good folks,

When I tried with mutate{convert=>["has-expired","bool"]}, it didn't like.

So far I was able to mutate only integer and float.

          		mutate{convert=>["mileage","integer"]}
                 mutate{convert=>["price_eur","float"]}

Thank You

The documentation clearly states which conversion types are allowed. "bool" is not one of them but "boolean" is.

1 Like

Thank You Magnusbaeck.

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