Bugzilla – Attachment 25640 Details for
Bug 11603
Gather print notices: add csv and ods export
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11603: Fix delimiter on launching csv2ods
Bug-11603-Fix-delimiter-on-launching-csv2ods.patch (text/plain), 882 bytes, created by
Jonathan Druart
on 2014-02-26 11:44:12 UTC
(
hide
)
Description:
Bug 11603: Fix delimiter on launching csv2ods
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2014-02-26 11:44:12 UTC
Size:
882 bytes
patch
obsolete
>From 966520a0c1317cb9b203f2751d46ae01f64a9661 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Wed, 26 Feb 2014 12:41:34 +0100 >Subject: [PATCH] Bug 11603: Fix delimiter on launching csv2ods > >For instance, if the delimiter is ';', quote should be put around. >--- > misc/cronjobs/gather_print_notices.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/misc/cronjobs/gather_print_notices.pl b/misc/cronjobs/gather_print_notices.pl >index f93c115..387c980 100755 >--- a/misc/cronjobs/gather_print_notices.pl >+++ b/misc/cronjobs/gather_print_notices.pl >@@ -266,7 +266,7 @@ sub generate_ods { > my $csv_filepath = File::Spec->catdir( $tmpdir, $csv_filename ); > > qx| >- $csv2ods_cmd -i $csv_filepath -o $filepath -d $delimiter >+ $csv2ods_cmd -i $csv_filepath -o $filepath -d "$delimiter" > |; > } > >-- >1.7.10.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 11603
:
25021
|
25022
|
25023
|
25024
|
25640
|
25642
|
30980
|
30981
|
30982
|
30983
|
37799
|
37812
|
37813
|
37814
|
37815
|
37816
|
37817
|
37829
|
37830
|
37831
|
37832
|
37833
|
37834
|
37837
|
38381
|
38385
|
38386
|
38387
|
38388
|
38389
|
38390
|
38391
|
38392
|
38403
|
38411
|
38412
|
38413
|
38414
|
38415
|
38416
|
38417
|
38418
|
38419
|
39033
|
39034
|
39035
|
39036
|
39037
|
39038
|
39039
|
39040
|
39041