Use of entitySplitter problem
Hi all,
I'm stuck in trying using entitySplitter; always get in logs:
2016-12-26 7:10:23 - WARN --> [entitySplitter] No entity type is set for entity Test
2016-12-26 7:10:23 - WARN --> [entitySplitterRefinery] No relationship type is set for entity Test
Here's my data csv file (inline here, as csv files are still not enabled on forum):
ID, Author1, Test
I'm using the testing profile.
Can anybody check my Refinery parameters ? I'm not 100% sure about them; that's why I didn't filled a bug.
I didn't filled a bug, but I'm pretty sure there's one here:
$pa_item['settings']['entitySplitter_relationshipType'] is not defined in importHelpers.php:785
Thanks !
Comments
I checked your refinery using a json validator (http://jsonlint.com/) and it seems to be wrong. It returns this error :
I was SO sure that the json validity was checked, and that if not valid a warning would be printed in logs ! I'll fill a bug to remember that.
Thanks again