XMLExporter? #1942
tychobrailleur
started this conversation in
General
XMLExporter?
#1942
Replies: 1 comment 1 reply
-
@tychobrailleur I'm not familiar with this feature and agree your suggestion to remove it. maybe this feature is/was used to feed other tools (maybe used by akasolace when analyzing his kind of rating prediction?) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As I am continuing my efforts to port code to Kotlin, I am currently looking at
XMLExporter
(invoked from Tools > XML Exporter), whose intent seems to be to re-export the list of matches of the HO DB into an XML file.I am currently scratching my head over this class, as:
isValid
checks, where it cannot find matching HRF IDs for most entries. Excluding that logic, there is all sorts of checks that don't quite make sense either to exclude the match (has red card??)Rather porting this blindly, I was thinking to ask:
Beta Was this translation helpful? Give feedback.
All reactions