SudheerNotes / cams2csv

A simple piece of software that will extract CAMS Mutual fund PDF statement (India) data on to a CSV file.
GNU General Public License v3.0
15 stars 7 forks source link

Multi line fund name string are not parsed correctly. #7

Open rtshiva opened 2 months ago

rtshiva commented 2 months ago

Hi Sudheer, thanks for this tool , it was useful for me and i fixed a bug that i faced along with cleaning up the output generated for fundname and shared the patch in https://github.com/SudheerNotes/cams2csv/pull/6 .

you can accept if you think this change is useful :).

problem scenario : the below image shows a fund name string going into the next line which is not considered today when generating the output.

image

Text generated today : image

fix provided in https://github.com/SudheerNotes/cams2csv/pull/6 will generate the output as image


SudheerNotes commented 1 month ago

Hi Sivakumar,

Sorry, for some reason the GitHub notification emails are marked as spam hence I missed your conversation. Many thanks for your contribution, I'll have a look at it and come back.

rtshiva commented 1 month ago

here is the new PR https://github.com/SudheerNotes/cams2csv/pull/9/files i raised with the fixes.