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

Cleanup the regex for extracting the fund name from CAS #9

Closed rtshiva closed 1 month 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.