datasette / datasette-enrichments

Tools for running enrichments against data stored in Datasette
https://enrichments.datasette.io
Apache License 2.0
16 stars 0 forks source link

Default enrichment idea: search and replace #47

Open simonw opened 2 months ago

simonw commented 2 months ago

The simplest form of exact match search and replace, to work exclusively against text columns.

simonw commented 2 months ago

I built a weird half-baked version of this in a unit test for secrets just now:

https://github.com/datasette/datasette-enrichments/blob/ea7de74f7b0f8f9192bf406cb21cbd614348a5e7/tests/conftest.py#L64-L102