How to map ambiguous data

There is a more practical way to map ambiguous data other than deleting and creating index, I need to make a query to the canvas but try to show a column with an error because the data cannot be ambiguous

Hi @francieliton_araujo,

Can you give an example on what you mean by ambiguous data? Do you mean data that for a given field can be one of many different data types?

he complains that in some places the field is with Boolean and in other places with floating

Thanks for confirming. What is the source of your data?

Given that it's a type conflict between a boolean and long I think choosing a type, creating an explicit mapping for that type and reindexing is probably your best bet.

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