In the DSL doc, I can use the content class remote_id in the match section into my migration.
But, if I want execute the migration, I have this error:
Migration failed! Reason: Error in execution of step 1: ContentType can not be matched because matching condition 'remote_id' is not supported. Supported conditions are: all, and, or, not, contenttype_id, contenttype_identifier, id, identifier in file vendor/kaliop/ezmigrationbundle/Core/Matcher/AbstractMatcher.php line 37
In the DSL doc, I can use the content class
remote_idin the match section into my migration.But, if I want execute the migration, I have this error: