nhl / link-move

A model-driven dynamically-configurable framework to acquire data from external sources and save it to your database.
Apache License 2.0
35 stars 15 forks source link

link-move-json does not complain about invalid target attributes #169

Open andrus opened 5 years ago

andrus commented 5 years ago

In LM 2.7 I noticed that attributes mapped with incorrect "targets" are simply skipped without any warning. Should probably add something to the logs.

<attribute>
    <type>int</type>
    <source>@.id</source>
    <target>invalidProperty</target>
</attribute>