From 68c1db5cb2d3cf5f46e73e6ab804247c7c305391 Mon Sep 17 00:00:00 2001 From: Alena Astrakhantseva Date: Fri, 13 Dec 2024 15:36:56 +0100 Subject: [PATCH] Update docs/website/docs/dlt-ecosystem/transformations/index.md --- docs/website/docs/dlt-ecosystem/transformations/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/website/docs/dlt-ecosystem/transformations/index.md b/docs/website/docs/dlt-ecosystem/transformations/index.md index ea012e0a43..9221047471 100644 --- a/docs/website/docs/dlt-ecosystem/transformations/index.md +++ b/docs/website/docs/dlt-ecosystem/transformations/index.md @@ -16,7 +16,7 @@ If you'd like to transform your data after a pipeline load, you have 3 options a If you need to preprocess some of your data before it is loaded, you can learn about strategies to: * [Rename columns.](../../general-usage/customising-pipelines/renaming_columns) -* [Pseudonymize columns](../../general-usage/customising-pipelines/pseudonymizing_columns) +* [Pseudonymize columns.](../../general-usage/customising-pipelines/pseudonymizing_columns) * [Remove columns](../../general-usage/customising-pipelines/removing_columns) This is particularly useful if you are trying to remove data related to PII or other sensitive data, you want to remove columns that are not needed for your use case or you are using a destination that does not support certain data types in your source data.