Using the app
Granting access to the app
Starting the app
CALL TONIC_TEXTUAL.APP_PUBLIC.START_APP('{YOUR_COMPUTE_POOL_NAME}', '{YOUR_TEXTUAL_TELEMETRY_EGRESS_INTEGRATION_NAME}');Using the TEXTUAL_REDACT function
TEXTUAL_REDACT syntax
SELECT TONIC_TEXTUAL.APP_PUBLIC.TEXTUAL_REDACT('Text to redact',
PARSE_JSON('{
"generatorConfig": {
"<EntityType>": "<HandlingType>"
},
"customPiiEntityIds": [
<CustomEntityTypePath>
]
}'));generatorConfig - Map entity types to handling options
customPiiEntityIds - Identify included custom entity types
Example PARSE_JSON object
Example: Redacting text
Example: Customizing the redaction
Using the TEXTUAL_PARSE function
Granting access to the stage
Sending a request for a single file
Sending a request for multiple files
About the results
Querying the results
Last updated
Was this helpful?