I'm trying to create property in the following way:
CREATE PROPERTY Entity.entity_name STRING
I'm getting the following error:
The database contains some schema-less data in the property 'Entity.entity_name' that is not compatible with the type STRING. Fix those records and change the schema again
How can I know which records are problematic? I have over 300,000 records


