@@ -, +, @@ quotes using the itiva outbound cronjob --- misc/cronjobs/thirdparty/TalkingTech_itiva_outbound.pl | 3 +++ 1 file changed, 3 insertions(+) --- a/misc/cronjobs/thirdparty/TalkingTech_itiva_outbound.pl +++ a/misc/cronjobs/thirdparty/TalkingTech_itiva_outbound.pl @@ -160,6 +160,9 @@ foreach my $type (@types) { ); } + $issues->{title} =~ s/'//g; + $issues->{title} =~ s/"//g; + print $OUT "\"$format\",\"$language\",\"$type\",\"$issues->{level}\",\"$issues->{cardnumber}\",\"$issues->{patron_title}\",\"$issues->{firstname}\","; print $OUT "\"$issues->{surname}\",\"$issues->{phone}\",\"$issues->{email}\",\"$library_code\","; print $OUT "\"$issues->{site}\",\"$issues->{site_name}\",\"$issues->{barcode}\",\"$due_date\",\"$issues->{title}\",\"$message_id\"\n"; --