We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Deduplication works fine, the records are matched. Though, using the linkage mode with the configuration given below.
Just in case, I put the same dataset in both sources. The data source is instantiated for sure but afterwards, no records are created.
The text was updated successfully, but these errors were encountered: