SANITIZE A STRING TO REMOVE NON ALPHANUMERIC CHARACTERS¶
Sanitizes a string by stripping all non-alphanumeric characters, returning a clean alphanumeric-only version. Use this worker to normalize labels, identifiers, or file-name components before downstream processing.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| String To Be Sanitized | str | scalar | — | ✓ | The raw input string to sanitize; any character that is not a letter or digit will be removed from the result. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| string_sprintf_output_1 | string_sprintf_output_1 | scalar | The sanitized string containing only alphanumeric characters, with all other characters stripped out. |
Disciplines¶
- data.dataset.transform
Runnable example¶
A runnable example is registered for this worker. Open the example workflow on the d3VIEW canvas: /api/workflow/example?id=string_sanitize
Auto-generated from transformation schema. Worker id: string_sanitize. Schema hash: 42321dce0e57. Hand-curated docs in workerexamples/ override this page when present.