Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dat-a-man committed Jan 26, 2024
1 parent c23b85c commit 220238b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ context).

## Currency conversion process

To enable currency conversion data enrichment, there are a few important steps involved:
To enable currency conversion data enrichment, here are a few important steps:

1. Define base and target currencies. e.g., USD (base) to EUR (target).
1. Obtain current exchange rates from a reliable source like a financial data API.
Expand Down Expand Up @@ -200,7 +200,7 @@ API token.
The `dlt` library's `transformer` and `add_map` functions serve distinct purposes in data
processing.

`Transformers` are a form of A form of `dlt resource` that takes input from other resources
`Transformers` are a form of `dlt resource` that takes input from other resources
via `data_from` argument in order to enrich or transform the data.
[Click here.](../../general-usage/resource.md#process-resources-with-dlttransformer)

Expand Down

0 comments on commit 220238b

Please sign in to comment.