Public bug reported:

Binary package hint: libfinance-quote-perl

When fetching latest NAVs (in Gnucash) for all funds from AMFI India site, data 
for some funds is not fetched and Gnucash reports error on those funds. 
I forget the original source of my information, but a couple of small 
corrections in IndiaMutual.pm fix this problem. 

1. AMFI_URL should be changed to "...URL../downloadnav.asp" (instead of
downloadnavopen.asp).  This ensures that ALL funds are fetched.

2. around line 74, change
           my ($symbol, @data) = split /\;/;
         to
           my ($symbol, @data) = split /\s*\;\s*/;
This takes care of non-uniform white space in the NAV list obtained from AMFI.

Every time I get an upgrade I go and make these fixes in the file. Could
they be included in the original package?

** Affects: libfinance-quote-perl (Ubuntu)
     Importance: Undecided
         Status: New

-- 
IndiaMutual.pm fails fetching NAVs for all funds from AMFI
https://bugs.launchpad.net/bugs/279101
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to