Request: add notes to dive site XML import and export
Posted: Mon Jun 24, 2024 5:31 pm
				
				Hi!
Good to have you back, nick!
I have a small request: could you please add the "Notes" field to the XML import and export of dive sites? And perhaps also the "Altitude" field? These are the only 2 editable fields that can not be imported or exported.
I have a fairly extensive list of dive sites in XML format that I would love to import. Currently, my XML contains an `altitude` and a `notes` field, but they are not being imported of course.
			Good to have you back, nick!
I have a small request: could you please add the "Notes" field to the XML import and export of dive sites? And perhaps also the "Altitude" field? These are the only 2 editable fields that can not be imported or exported.
I have a fairly extensive list of dive sites in XML format that I would love to import. Currently, my XML contains an `altitude` and a `notes` field, but they are not being imported of course.
Code: Select all
  <site>
    ...
    <altitude>1000</altitude>
    <notes><![CDATA[
      Description goes here
    ]]></notes>
  </site>