Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
uderline opened this issue Nov 1, 2018 · 0 comments
Open

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

uderline opened this issue Nov 1, 2018 · 0 comments

Comments

@uderline
Copy link

uderline commented Nov 1, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant