DatasetID string `json:"dataset_id" jsonschema:"required,description=Dataset ID (12 characters)"`
CSVPath string `json:"csv_path" jsonschema:"required,description=Absolute path to CSV file. Format: location_name,location_id,directory_path,date_range,sample_rate,file_count (header required). date_range becomes cluster name. Example: 'Site A',abc123,/path/files,20240101-20240107,48000,100"`
LogFilePath string `json:"log_file_path" jsonschema:"required,description=Absolute path for progress log file (monitors import progress)"`
DatasetID string `json:"dataset_id" jsonschema:"required,Dataset ID (12 characters)"`
CSVPath string `json:"csv_path" jsonschema:"required,Absolute path to CSV file. Format: location_name,location_id,directory_path,date_range,sample_rate,file_count (header required). date_range becomes cluster name. Example: 'Site A',abc123,/path/files,20240101-20240107,48000,100"`
LogFilePath string `json:"log_file_path" jsonschema:"required,Absolute path for progress log file (monitors import progress)"`