Closed frdo closed 4 years ago
We are still working on that capability and will hopefully be making something available as soon as possible. Craig
On Mar 3, 2016, at 6:30 AM, frdo notifications@github.com wrote:
Hi, how can i use the data reconciliation in karma? Is there any tutorial?
— Reply to this email directly or view it on GitHub https://github.com/usc-isi-i2/Web-Karma/issues/214.
Ok, thank you so much.
Hi @caknoblock, is there any progress on reconciliation in Karma? I find it a common case where column values represent resources that should be looked up in a list of entities. Something simple like the ability to pass a Python dict that points to resources would be already quite useful.
The general problem is quite hard and we have moved to working on a library, called RLTK, for doing reconciliation outside of Karma. This is still under development and I think there is already a version available. But I think you are looking for something more in line with the capability in OpenRefine for reconciling a set of values to a fixed set. This would certainly be very useful and if someone in the Karma community wanted to develop such a capability, we could incorporate it into the Karma release.
On May 17, 2018, at 12:47 PM, François Scharffe notifications@github.com wrote:
Hi Craig, is there any progress on reconciliation in Karma? I find it a common case where column values represent resources that should be looked up in a list of entities. Something simple like the ability to pass a Python dict that points to resources would be already quite useful.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/usc-isi-i2/Web-Karma/issues/214#issuecomment-389987180, or mute the thread https://github.com/notifications/unsubscribe-auth/ABB-qYNG4VeT6yrIxQCSm4_4XK9tGgMVks5tzdPbgaJpZM4HoeUM.
The dict idea is possible to do today with a pytransform as long as the dict is less than a few thousand entries
OK, thank you for your answers.
Hi, how can i use the data reconciliation in karma? Is there any tutorial?