| Re: Location Loading Sequence Just from looking at that XML output you are getting back from the CSV upload process, you may have a space an unwanted space at the end of your file...
Your file looks like it has : SVU070180528,N, AL
and it probably should have: SVU070180528,N,AL
The upload process may be interpreting that as a blank domain name (or a domain name of with a leading space) when the Gid you are using references the AL domain.
Correct that error and re-try the upload process. |