memorious
memorious copied to clipboard
Update the parse function to accept an entity id
This includes a tweak to the parse function so that it generates an entity id before creating an entity. There are two ways in which this can occur
- Supply a list of xpath values that will be concatenated together and hashed in order to generate a unique key
- Do nothing and allow the parse function to automatically generate a key based on the url of the page that is being parsed.
Could you fix the merge conflict too? I think it's from the changes Simon made to fix a couple of issues in aleph_emit operation.
This died