XML Export -> Alle Gase exportieren

Allgemeines zu Diving Log 6.0 - Fragen und Hinweise
Post Reply
Randori89
Posts: 1
Joined: Thu Jan 16, 2014 19:42

XML Export -> Alle Gase exportieren

Post by Randori89 »

Ich habe versucht alle Tauchgänge in eine XML-Datei zu exportieren, leider scheint ein Export alle Gase die verwendet wurde nicht möglich zu sein. Es kann sein das ich was falsch mache, oder wurde das in dem XML-Export noch nicht implementiert?

Verwendet wurde Luft und EAN50, das ist auch so Diving Log eingetragen.

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<Divinglog DBVersion="4.1.1">
  <Header>
    <AppName>Diving Log 5.0</AppName>
    <AppVersion>5.0.11.0</AppVersion>
    <ExportDate>2014-01-16T19:46:41</ExportDate>
  </Header>
  <Logbook>
    <Dive ID="161" UUID="4E528A83-2EE3-4187-B063-9865AD7E563A" Updated="2013-12-14T15:23:43">
      <Number>159</Number>
      <Divedate>2013-12-14</Divedate>
      <Entrytime>10:34</Entrytime>
      <Surfint>
      </Surfint>
      <Country ID="2" Name="Deutschland" />
      <City ID="10" Name="Sundern" />
      <Place ID="37" Name="Sorpesee Wintertauchplatz">
        <Lat>51.3396916666667</Lat>
        <Lon>7.942975</Lon>
      </Place>
      <Divetime>42.00</Divetime>
      <Depth>29.00</Depth>
      <Buddy IDs="55" Names="Mike" />
      <Signature />
      <Comments />
      <Water>Fresh</Water>
      <Entry>Shore</Entry>
      <Divetype>Ausbildung,Tieftauchgang,Gaswecksel</Divetype>
      <Tanktype>Steel</Tanktype>
      <Tanksize>8.50</Tanksize>
      <PresS>170.00</PresS>
      <PresE>90.00</PresE>
      <Gas>Air (O2=21%)</Gas>
      <Weather>Regen</Weather>
      <UWCurrent>Keine Strömung</UWCurrent>
      <Surface>Keine Wellen</Surface>
      <Visibility>Average</Visibility>
      <Airtemp>2.00</Airtemp>
      <Watertemp>6.00</Watertemp>
      <Weight>2.00</Weight>
      <Deco>False</Deco>
      <Decostops>
      </Decostops>
      <Rep>False</Rep>
      <Altitude>0m - 300m</Altitude>
      <Divesuit>Trockenanzug</Divesuit>
      <Computer></Computer>
      <ProfileInt>30</ProfileInt>
      <Profile>
      ...
      </Profile>
      <UsedEquip></UsedEquip>
      <PresW>205.00</PresW>
      <DepthAvg>17.53</DepthAvg>
      <Profile4>
      </Profile4>
      <Profile5>
      </Profile5>
      <RepNumber />
      <VisHor>3-8m</VisHor>
      <VisVer>
      </VisVer>
      <CNS>
      </CNS>
      <PGStart>
      </PGStart>
      <PGEnd>
      </PGEnd>
      <Divemaster>
      </Divemaster>
      <Boat>
      </Boat>
      <Rating>3</Rating>
      <O2>21.00</O2>
      <He />
      <DblTank>True</DblTank>
      <SupplyType>0</SupplyType>
      <MinPPO2 />
      <MaxPPO2 />
      <ShopID />
      <TripID />
    </Dive>
  </Logbook>
</Divinglog>
divinglog
Site Admin
Posts: 5768
Joined: Sat Feb 08, 2003 21:02
Location: Coburg
Contact:

Re: XML Export -> Alle Gase exportieren

Post by divinglog »

Hallo

Das ist in der Tat im XML Export derzeit nicht implementiert. Ich notiere mir das mal für ein Update. Beim UDDF Export fehlen die Gase leider auch noch, hab ich gerade festgestellt. Beim SQLite und MySQL Export wären die Daten vorhanden.

Schöne Grüße,
Sven
Post Reply