configuration['delimiter']) ? $this->configuration['delimiter'] : ''; return implode($delimiter, $value); } else { throw new MigrateException(sprintf('%s is not an array', var_export($value, TRUE))); } } }