FROM XML TO DBF
Posted: Fri Jan 13, 2023 6:57 am
I have e file xls
How can I extract its contents and pass them to a DBF file
Thanks for help
How can I extract its contents and pass them to a DBF file
Thanks for help
Exclusive forum for HMG, a Free / Open Source xBase WIN32/64 Bits / GUI Development System
http://mail.hmgforum.com/
Code: Select all
<invoice>
<uid>767DE28C469B8930A2262FC9660FBC93E5E6CB08</uid>
<mark>400000000090274</mark>
<issuer>
<vatNumber>300950992</vatNumber>
<country>GR</country>
<branch>0</branch>
</issuer>
<counterpart>
<vatNumber>029690710</vatNumber>
<country>GR</country>
<branch>0</branch>
<address>
<postalCode>25001</postalCode>
<city>ΞΑΛΑΒΡΥΤΑ</city>
</address>
</counterpart>
<invoiceHeader>
<series>0</series>
<aa>7465</aa>
<issueDate>2020-10-11</issueDate>
<invoiceType>1.1</invoiceType>
<vatPaymentSuspension>false</vatPaymentSuspension>
<currency>EUR</currency>
<movePurpose>1</movePurpose>
</invoiceHeader>
<paymentMethods>
<paymentMethodDetails>
<type>5</type>
<amount>0</amount>
</paymentMethodDetails>
</paymentMethods>
<invoiceDetails>
<lineNumber>1</lineNumber>
<netValue>96.6</netValue>
<vatCategory>2</vatCategory>
<vatAmount>12.56</vatAmount>
</invoiceDetails>
<invoiceSummary>
<totalNetValue>96.6</totalNetValue>
<totalVatAmount>12.56</totalVatAmount>
<totalWithheldAmount>0</totalWithheldAmount>
<totalFeesAmount>0</totalFeesAmount>
<totalStampDutyAmount>0</totalStampDutyAmount>
<totalOtherTaxesAmount>0</totalOtherTaxesAmount>
<totalDeductionsAmount>0</totalDeductionsAmount>
<totalGrossValue>109.16</totalGrossValue>
</invoiceSummary>
</invoice>