Palm App FreeCoins data extracted to XML: How to read into GnuCash?

Kevin Buckley kevin.m.buckley at gmail.com
Sat Jun 5 20:57:43 EDT 2010


Apologies for replying to my own posting but I have altered the
output from the four FreeCoins PDBs to give something slightly
more akin to the GnuCash XML for a transacyion:

<gnc:transaction version="2.0.0">
  <trn:id type="uid">4182025</trn:id>
  <trn:num>23</trn:num>
  <trn:date-posted>
    <date>2010-05-29 00:00:00</date>
  </trn:date-posted>
  <trn:date-entered>
    <date>2010-05-29 00:00:00</date>
  </trn:date-entered>
  <trn:description>My 1st Tx</trn:description>
  <trn:splits>
    <split:id type="uid">12189713</split:id>
    <split:reconciled-state>n</split:reconciled-state>
      <split:value>-9876/100</split:value>
      <split:quantity>-9876/100</split:quantity>
      <split:account type="uid">1323009</split:account>
    </split>
    <split:id type="uid">12189714</split:id>
    <split:reconciled-state>n</split:reconciled-state>
      <split:value>9876/100</split:value>
      <split:quantity>9876/100</split:quantity>
      <split:account type="uid">1323010</split:account>
    </split>
  <trn:splits>
<gnc:transaction>

Should be reasonably easy to map that across to a proper GnuCash
XML format, assuming one could map the Palm's record IDs to existing
GnuCash GUIDs for accounts ?


More information about the gnucash-devel mailing list