-
Notifications
You must be signed in to change notification settings - Fork 15
Description
I've been working on my Twig template and CSV template. Metadata templating is coming out just fine, but when I reach the Ingest step, I get the following error:
messageRows with issue(s) that could not be translated to Objects: 1,2
I've only got the one row, so I know which row the error is in... but how can I identify what the actual problem is? I'm not doing that much different from when I was testing using the example files, just adding more metadata fields.
OBJ maps to the "filename" column.
I would of course like help identifying the source of the error in my CSV, but I would like to see IMI provide a bit more detail. I see that it prints an array to the Drupal log; perhaps the error could refer more precisely to the exact position in the array where it's hitting an error and log it?