Skip to content

Linking Json data source doesn't seem to work #260

@uderline

Description

@uderline

Hi,
Deduplication works fine, the records are matched. Though, using the linkage mode with the configuration given below.

<group>
  <data-source class="no.priv.garshol.duke.datasources.JsonDataSource">
    <param name="input-file" value="base.json"/>

    <column name="id" property="ID"/>
    <column name="first_name" property="first_name"/>
    <column name="last_name" property="last_name"/>
    <column name="birth" property="birth"/>
    ....
  </data-source>
</group>

<group>
  <data-source class="no.priv.garshol.duke.datasources.JsonDataSource">
    <param name="input-file" value="tolink.json"/>

    <column name="id" property="ID"/>
    <column name="first_name" property="first_name"/>
    <column name="last_name" property="last_name"/>
    <column name="birth" property="birth"/>
    ....
  </data-source>
</group>

Just in case, I put the same dataset in both sources. The data source is instantiated for sure but afterwards, no records are created.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions