Open jroachgit opened 6 years ago
Hi @yeders
That sounds fine. If you want to do a PR for this, I'll be happy to review and merge.
Do I need to technically know how to do build the variation?
@yeders you would need to be able to write Clojure to do the PR, yes. Is that what you mean? I'm not able to put time right now into a PR myself, but I can help with reviewing your code, or a small spec of how you would like to implement this feature.
I changed 8000 to 8022 in \src\reconcile_csv\core.clj and use lein to compile and run ... But when I try to 'Add Standard Service' in Reconciliation in Open Refine - I get an error: Error contacting recon service: parsererror : Error: jQuery11110777795444764922_1547467179168 was not called - http://localhost:8022
OK this works - I opened http://localhost:8022/reconcile - I was opening http://localhost:8022 by mistake!
I changed 8000 to 8022 in \src\reconcile_csv\core.clj and use lein to compile and run ... Then I 'Add Standard Service' in Reconciliation in Open Refine and it works fine! Try it ...
Great work.
Can you allow modifying the port as an argument so I can run multiple instances to allow parallel processing in OpenRefine?