FactEngineCommunity / Boston-NL-API-Client

0 stars 0 forks source link

FEKL Uploader: option to avoid generating the identical fact type twice #3

Open urieli opened 1 year ago

urieli commented 1 year ago

Boston v6.5.4.0

I open the FEKL Uploader, and enter the following text.

Satellite has ONE Satellite Name WRITTEN AS StringFixedLength(100)
CREATE PAGE Satellite Page
ADD OBJECT TYPE Satellite TO PAGE Satellite Page

If I push Load into Model twice, the fact type SatelliteHasSatelliteName is created twice, the second time with the suffix 1.

Ideally, if two object types are related by the same reading text, there should be an option to avoid generating the same fact type twice.

FactEngineCommunity commented 1 year ago

Thank you, I've updated Boston Online at FactEngine, and there is now more checks and more useful error messages. NB If there is a syntax error, we'll still get a 'Syntax Error' type error message, but for duplicate entries they are now clearly identified.