leichtathletik / seltec

0 stars 0 forks source link

Ungültiges Zeichen (Stern) in Leistungswerten #3

Closed mschunk closed 6 years ago

mschunk commented 6 years ago

Veranstaltung: DM Jugend U20 Halle mit Winterwurf 2018 https://ladv.de/veranstaltung/detail/14620

Leistungswerte enthalten nicht zulässiges Zeichen: *

Problem: Ergebnisimport nicht möglich, da XML nicht der Formatbeschreibung entspricht.

Beispiel:

<round ageclass="WJU20" compositeevent="NO" event="e1acc260a-8a07-4815-836c-6197c687cd85" finalresult="false" id="h88d0541a-bba5-4d49-a497-9d313180bdd6-WJU20" indoor="true" roundtype="FINAL" startofeventdate="2018-02-25" startofeventtime="10:30:00.0000000+01:00">
      <results>
        <individual athlete="ad2e482af-4130-47a9-9185-03822ccbb2b6" handtime="true" id="ie7f36491-7a8d-4c68-b3ac-c13ea30c782f" noncompetitive="false" place="1" qualificationround="0" reactiontime="0" result="14:09,4*" />
        <individual athlete="ae43abd16-4b98-4332-bde4-40f0808166a7" handtime="true" id="i876c94fd-b38f-45cf-b2b2-fa060e18877c" noncompetitive="false" place="2" qualificationround="0" reactiontime="0" result="14:43,5*" />
        <individual athlete="a77548c5d-9d77-4e32-b794-262f5070276c" handtime="true" id="i9a8c42fe-393c-44ce-ba64-4e59a44d416c" noncompetitive="false" place="3" qualificationround="0" reactiontime="0" result="15:57,9*" />
        <individual athlete="ad6ec000e-bae6-4ec5-a1bc-d604f394b241" handtime="true" id="ieab9994f-8b34-4506-a662-7185a1f7e6c0" noncompetitive="false" place="4" qualificationround="0" reactiontime="0" result="16:02,6*">
          <comment>(&lt;)</comment>
        </individual>
        <individual athlete="a1fc397d4-bc23-47b2-ad78-cb4349c1c84b" handtime="true" id="ib22155cd-18c2-4873-958e-f1b54b3a77a4" noncompetitive="false" place="5" qualificationround="0" reactiontime="0" result="16:08,1*" />
        <individual athlete="a50bfe025-3a1b-4902-b17e-f158fdb1b8b0" handtime="true" id="i67608550-4fb3-4682-b9ae-606ebfb0cd84" noncompetitive="false" place="6" qualificationround="0" reactiontime="0" result="16:34,2*" />
        <individual athlete="a8d0c5765-e1ea-46e4-8a75-558063410b2b" handtime="false" id="i3591c334-a1b6-43cd-a167-902175e898f6" noncompetitive="false" place="0" qualificationround="0" reactiontime="0" result="d">
          <comment>nach Regel 230.7a (&lt;&lt;&lt;)</comment>
        </individual>
        <individual athlete="ad7d730e5-4858-4fc7-8a8d-c4d1da3f3a60" handtime="false" id="i72996da0-8f30-4b48-be1d-5a22319b0bbc" noncompetitive="false" place="0" qualificationround="0" reactiontime="0" result="d">
          <comment>nach Regel 230.7a (&lt;&lt;&lt;&lt;)</comment>
        </individual>
      </results>
    </round>

Korrekt:

<round ageclass="WJU20" compositeevent="NO" event="e1acc260a-8a07-4815-836c-6197c687cd85" finalresult="false" id="h88d0541a-bba5-4d49-a497-9d313180bdd6-WJU20" indoor="true" roundtype="FINAL" startofeventdate="2018-02-25" startofeventtime="10:30:00.0000000+01:00">
      <results>
        <individual athlete="ad2e482af-4130-47a9-9185-03822ccbb2b6" handtime="true" id="ie7f36491-7a8d-4c68-b3ac-c13ea30c782f" noncompetitive="false" place="1" qualificationround="0" reactiontime="0" result="14:09,4" />
        <individual athlete="ae43abd16-4b98-4332-bde4-40f0808166a7" handtime="true" id="i876c94fd-b38f-45cf-b2b2-fa060e18877c" noncompetitive="false" place="2" qualificationround="0" reactiontime="0" result="14:43,5" />
        <individual athlete="a77548c5d-9d77-4e32-b794-262f5070276c" handtime="true" id="i9a8c42fe-393c-44ce-ba64-4e59a44d416c" noncompetitive="false" place="3" qualificationround="0" reactiontime="0" result="15:57,9" />
        <individual athlete="ad6ec000e-bae6-4ec5-a1bc-d604f394b241" handtime="true" id="ieab9994f-8b34-4506-a662-7185a1f7e6c0" noncompetitive="false" place="4" qualificationround="0" reactiontime="0" result="16:02,6">
          <comment>(&lt;)</comment>
        </individual>
        <individual athlete="a1fc397d4-bc23-47b2-ad78-cb4349c1c84b" handtime="true" id="ib22155cd-18c2-4873-958e-f1b54b3a77a4" noncompetitive="false" place="5" qualificationround="0" reactiontime="0" result="16:08,1" />
        <individual athlete="a50bfe025-3a1b-4902-b17e-f158fdb1b8b0" handtime="true" id="i67608550-4fb3-4682-b9ae-606ebfb0cd84" noncompetitive="false" place="6" qualificationround="0" reactiontime="0" result="16:34,2" />
        <individual athlete="a8d0c5765-e1ea-46e4-8a75-558063410b2b" handtime="false" id="i3591c334-a1b6-43cd-a167-902175e898f6" noncompetitive="false" place="0" qualificationround="0" reactiontime="0" result="d">
          <comment>nach Regel 230.7a (&lt;&lt;&lt;)</comment>
        </individual>
        <individual athlete="ad7d730e5-4858-4fc7-8a8d-c4d1da3f3a60" handtime="false" id="i72996da0-8f30-4b48-be1d-5a22319b0bbc" noncompetitive="false" place="0" qualificationround="0" reactiontime="0" result="d">
          <comment>nach Regel 230.7a (&lt;&lt;&lt;&lt;)</comment>
        </individual>
      </results>
    </round>

Zusammenfassung (Element individual): Attribut result: result="14:09,4*" --> result="14:09,4" Attribut handtime ` -->handtime="true"`

mschunk commented 6 years ago

Problem tritt auch bei dieser Veranstaltung auf: https://ladv.de/veranstaltung/detail/14970/L%C3%B6%C3%9Fnitzsportfest-Radebeul.htm

Mehr als 400 Leistungen mit *

Beispiel:

    <round ageclass="M55" compositeevent="NO" event="e0c099784-d619-4291-ae04-d490bc4d1020" finalresult="false" id="h58c819bc-5a03-41b7-a5f5-2c6d949f9e74-M55" indoor="false" roundtype="TIMERACE" startofeventdate="2018-04-21" startofeventtime="13:20:00.0000000+02:00">
      <results>
        <individual athlete="a7c0eb395-6c59-4aca-b8c9-4796721e2e0f" handtime="true" id="i12bf132e-5743-45b0-a2c2-008da56f238d" noncompetitive="false" place="1" qualificationround="0" reactiontime="0" result="27,6*" />
      </results>
    </round>
mschunk commented 6 years ago

Problem tritt auch bei dieser Veranstaltung auf: https://ladv.de/veranstaltung/detail/14932

Ergebnisdatendatei wurde vom LADV-Team händisch korrigiert.

DocFrag commented 6 years ago

Der Fehler wurde in der internen Revision 3.1.0.1836 behoben und mit dem TAF Update 3.1.0.1865 am 4.5.2018 ausgerollt.

mschunk commented 6 years ago

super