{ "name": "SAMSImporter", "displayName": "SAMS Importer", "description": "Used to import from the staging database to the production SAMS II format.", "category": "", "helpUrl": "https://wvsams.mapwv.org/arcgis/rest/directories/arcgisoutput/SAMS/SAMSII_Importer_GPServer/SAMS_SAMSII_Importer/SAMSImporter.htm", "executionType": "esriExecutionTypeSynchronous", "parameters": [ { "name": "FIPSCode", "dataType": "GPString", "displayName": "FIPS Code", "description": "FIPS Code of the County to be processed", "direction": "esriGPParameterDirectionInput", "defaultValue": "54083", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "ProcessingMode", "dataType": "GPString", "displayName": "Processing Mode", "description": "Used to tell the system whether to run against the Test or Production database", "direction": "esriGPParameterDirectionInput", "defaultValue": "Test", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "Test", "Production" ] }, { "name": "ParameterDatabase", "dataType": "GPString", "displayName": "Parameter Database", "description": "Defines the database connection to be used", "direction": "esriGPParameterDirectionInput", "defaultValue": "\\\\gistc-inFileSrv1-22\\Projects\\SAMS_II\\Programming\\GISTC.sde", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "UserName", "dataType": "GPString", "displayName": "User Name", "description": "Username of the person running the process", "direction": "esriGPParameterDirectionInput", "defaultValue": "jim", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "UserEmail", "dataType": "GPString", "displayName": "User Email", "description": "Email address of the person running the process", "direction": "esriGPParameterDirectionInput", "defaultValue": "kevin.kuhn@mail.wvu.edu", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "ValidateFeatureMappings", "dataType": "GPBoolean", "displayName": "Validate Feature Mappings", "description": "Flag indicating if Feature Mappings should be validated", "direction": "esriGPParameterDirectionInput", "defaultValue": false, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "BuildDomainMappings", "dataType": "GPBoolean", "displayName": "Build Domain Mappings", "description": "Flag indicating if Domain Mappings should be built", "direction": "esriGPParameterDirectionInput", "defaultValue": false, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "ValidateDomainMappings", "dataType": "GPBoolean", "displayName": "Validate Domain Mappings", "description": "Flag indicating if Domain Mappings should be validated", "direction": "esriGPParameterDirectionInput", "defaultValue": false, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "ValidateData", "dataType": "GPBoolean", "displayName": "Validate Data", "description": "Flag indicating if data should be validated", "direction": "esriGPParameterDirectionInput", "defaultValue": false, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "PublishData", "dataType": "GPBoolean", "displayName": "Publish Data", "description": "Flag indicating if data should be published to production", "direction": "esriGPParameterDirectionInput", "defaultValue": false, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "AutoPopulate", "dataType": "GPString", "displayName": "Auto Populate (SAP -> State, Zip, MSAG, ESN, PostalLLC, Municipality - RCL -> MSAG, Post, Municipality, State, Zip, ESN)", "description": "Flags indicating which data to populate", "direction": "esriGPParameterDirectionInput", "defaultValue": "111111111111", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Success", "dataType": "GPBoolean", "displayName": "Success", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeDerived", "category": "" }, { "name": "ProcessingResults", "dataType": "GPString", "displayName": "Processing Results", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" }, { "name": "DomainControlledFields", "dataType": "GPString", "displayName": "Domain Controlled Fields", "description": "List of domain controlled fields", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" } ] }