- 🇮🇹Italy kopeboy Milan
I encountered a similar error today with
Drupal\tamper\Exception\TamperException: Input should be a string. in Drupal\tamper\Plugin\Tamper\Explode->tamper() (line 72 of /var/www/html/web/modules/contrib/tamper/src/Plugin/Tamper/Explode.php).
I was running the same feed type with same csv structure, so it should be a question of formatting the csv file or a null cell that I cleaned just today...
The problem is hard to find cause even with feeds_log enabled there's nothing pointing to the line of the source "causing" the error 🫤
..and I solved it indirectly. Probably was due to a tampered item being empty. - 🇺🇸United States jimmynash
I just wanted to note this here on this issue because it ended up being a simple workaround for us in a pinch:
https://www.drupal.org/project/feeds_tamper/issues/2983197#comment-14954757 🐛 Catch TamperException to prevent import from crashing Needs review