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
16 stars 7 forks source link

Split Fund name string to further fields #6

Closed rtshiva closed 4 months ago

rtshiva commented 4 months ago

Fund Name field was containing ISIN, Advisor & Registrar in the earlier commit. This patch has modified the output to show Fund Name separate from ISIN, Advisor & Registrar in their own columns.

Also fixed the regex parsing to ensure that whenever fund name goes to next line it is also considered and included in the final output generated.

SudheerNotes commented 4 months ago

Many thanks for your contribution, I'll review and and update.

rtshiva commented 4 months ago

@SudheerNotes , one more change was needed on top of this hence i had closed this PR. you can look at the latest changes in https://github.com/SudheerNotes/cams2csv/compare/main...rtshiva:cams2csv:main

SudheerNotes commented 4 months ago

Ah ok...I'll have a look at it this weekend.

rtshiva commented 4 months ago

here is the new PR with the fixes https://github.com/SudheerNotes/cams2csv/pull/9/files . you can merge if the changes look good.