pfalcon / ppxml2db

Scripts to import PortfolioPerformance (https://github.com/portfolio-performance/portfolio) XML into a SQLite DB and export back
10 stars 0 forks source link

Security Additional Attributes Dropped #9

Open flywire opened 3 months ago

flywire commented 3 months ago

Sample attribute:

      <attributes>
        <map>
          <entry>
            <string>a171ec7d-7cc8-48cb-9e19-0233b9086e50</string>
            <bookmark>
              <label>Computershare</label>
              <pattern>https://www-au.computershare.com/Investor/#Home?utm_source=IClogin</pattern>
            </bookmark>
          </entry>
        </map>
      </attributes>
      <events/>
      <isRetired>false</isRetired>
      <updatedAt>2021-08-04T05:32:37.563534700Z</updatedAt>
    </security>

E:\sqlite>python ppxml2db.py --version ppxml2db.py 0.6

image

I understand this should be a Bookmark in the db but it doesn't occur.

pfalcon commented 2 months ago

To fix this, a self-contained sample XML would be required.