colawater.toolbox.dump_to_csv#
Submodules#
Package Contents#
Functions#
|
Entry point for Dump to CSV. |
|
Returns the parameters for Dump to CSV. |
- colawater.toolbox.dump_to_csv.execute(parameters: list[arcpy.Parameter]) None#
Entry point for Dump to CSV.
Dumps full attribute tables of input layers to CSV files in the target directory.
- Parameters:
parameters (list[arcpy.Parameter]) – The list of parameters.
- colawater.toolbox.dump_to_csv.parameters() list[arcpy.Parameter]#
Returns the parameters for Dump to CSV.
Parameters are of type GPFeatureLayer multivalue and DEFolder.
- Returns:
The list of parameters.
- Return type:
list[arcpy.Parameter]