If Boat_BoatDefaultBase.ID a related object you are trying to link the row to a default base just use the attribute used to join the two objects.
eg (assuming Boat is related to BoatDefaultBase and Name is the attribute)
Boat.BoatDefaultBase.Name = 'Antigua & Barbuda'
On import Aware will look up the name and link it for you.