I'm developing a GIS script for my office that will take a ".csv" table containing addresses and generating a heat map from it. I'm able to get the code running when I "hard code" the values, but what I want to do is turn the script into an ArcGIS tool which would take user input. The script has a geocoding component, and this is where I feel stuck. I can't figure how to modify the tool parameter in ArcGIS so the user can which fields from the input table contains the address (street name, city etc), similarly to the actual Geocoding tool. Is there a way to do this or do I have to drop the geocoding component from the script ?
Hope this make sense.
Thanks,
Anis