On at least the leads module, it appears Sugar adds the city and state to the primary street address field even if it isn’t in the field. Example of snippet of CSV line:
Name,“1420 Fifth Avenue, Suite 1700”,City,State,Zip,Title
After import, the primary_address_street field contains (staight from the DB):
1420 Fifth Avenue, Suite 1700
State
The import process is appending the new line and then the zip to the street address field when imported. In detail view in the CRM it displays the primary_address_street field and appends the city field on the display so the field displays as:
1420 Fifth Avenue, Suite 1700
State
City Zip
It seems there isn’t a way to import just a street address into the street field nor display just that? This seems crazy.