test_storage_path
Test a storage path template to preview how it resolves for documents before creating or updating the path.
Instructions
Test a storage path template to see how it would resolve for documents. Useful for validating path templates before creating or updating storage paths.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Storage path name | |
| path | Yes | The path template to test, e.g. '{{ created_year }}/{{ correspondent }}/{{ title }}' | |
| match | No | ||
| is_insensitive | No | ||
| matching_algorithm | No | Matching algorithm: 0=None, 1=Any word, 2=All words, 3=Exact match, 4=Regular expression, 5=Fuzzy word, 6=Automatic |