I am getting a weird error where my exports now have an  after each attribute.
Example:
Name Here 391E09AC 500 MAIN ST ASHLAND, OR 97520
Should be:
Name Here 391E09AC 500 MAIN ST ASHLAND, OR 97520
Any ideas why this is happening?
Solved! Go to Solution.
This has been officially released and is available.
Public Notification | ArcGIS for Local Government
Please let technical support know if you run into any issues.
Thanks
Chris
Rickey,
Does your data have a new line/ carriage return in those spots?
Yes it does. I see this while exporting to excel
Popup Code:
{MAPNUMBER} {TAXLOT}<br /> {FEEOWNER}<br />{ADDRESS1}<br />{CITY}, {STATE} {ZIPCODE}
Hmm, sounds like the widget is not setup to handle that then.
You have spaces at the end of the fields. I had that problem.
I should be more specific.
In the Layer Custom Attribute Display
{OwnerName} <- you have space after the curly brackets
Well the problem is that I am using multiple fields
{MAPNUMBER} {TAXLOT}
{FEEOWNER}
{ADDRESS1}
{CITY}, {STATE} {ZIPCODE}
So I have to have spaces.
Yes, that makes sense. Are you getting the special characters in ALL the spaces, or just at the line breaks? It looks to me just the line breaks, in which case removing the spaces at the ends of the lines should address the issue. The spaces between field values on each line should be fine.
It seems to be happening between fields not just line breaks
Here is my site:
What my popup is configured to show.
{MAPNUMBER} {TAXLOT}
{FEEOWNER}
{ADDRESS1}
{CITY}, {STATE} {ZIPCODE}
Result (not a real result but what is happening)
{MAPNUMBER}Â {TAXLOT}
{FEEOWNER}
{ADDRESS1}
{CITY}, {STATE} {ZIPCODE}
So is there any way to address this issue aside from combining fields in desktop, or removing spaces between fields? Having:
{OWNER}
{ADDRESS}
{CITY},{STATE},{ZIP}
looks a little sloppy