in reply to Update XML Values using two primary keys

Do you need to deal with fuzzy matching for the location points (accept match if points are with 100m for example)?

Optimising for fewest key strokes only makes sense transmitting to Pluto or beyond
  • Comment on Re: Update XML Values using two primary keys

Replies are listed 'Best First'.
Re^2: Update XML Values using two primary keys
by pratikpooja (Novice) on Jan 06, 2021 at 15:46 UTC
    I don't know much about fuzzy matching but the idea was to just update the XML values with the CSV values by taking the lat and long as keys. Thank you for your support.