Hi, I'm trying to use the generate_report method under Survey Manager to loop through my survey rows and create a report for each objectid. The report titles are based off an address field.
Thats all working fine but the report title I get is always an encoded string. Eg. - "15%20Maple%20ST%20Report" Instead of '15 Maple St Report'.
It doesn't seem to matter what I pass to generate_report using urllib or anything else, it comes out with an encoded string. But I'm not super knowledgeable on this. I can just drop the spaces I guess if I need to.
How do I get the report title to generate in plaintext?
Thanks,