iTwin / imodel-transformer

API for exporting an iModel's parts and also importing them into another iModel
MIT License
3 stars 2 forks source link

transformer fails to transform iModels with view definitions that have null category selectors #133

Open MichaelBelousov opened 7 months ago

MichaelBelousov commented 7 months ago

Transformer fails to transform iModels with view definitions that have null category selectors. Need to come up with a test case to demonstrate this crash and then a fix.

also need to test null model selectors

nick4598 commented 7 months ago

@MichaelBelousov is this https://github.com/iTwin/imodel-transformer/issues/27 related?

MichaelBelousov commented 7 months ago

@MichaelBelousov is this #27 related?

I don't believe so, this allegedly throws, that is a data transfer failure where the transformation succeeds.

MichaelBelousov commented 6 months ago

I recently was looking at the code... are null category selectors even valid? The domain handler inserts a default one if you try to make a null one... so it is an unexpected delete at the core level... this may cause issues further in the stack...

@mindaugasdirg from what connectors does the iModel exhibiting this come from?