Skip to content

Commit

Permalink
docs: Fix mappers.md sample command (meltano#7744)
Browse files Browse the repository at this point in the history
Update mappers.md
  • Loading branch information
pnadolny13 committed Jun 5, 2023
1 parent 12c3145 commit 4f3fcfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/_guide/mappers.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ plugins
ip_address: __NULL__
```

After running `meltano run tap-csv hash_email target-sqlite` the result would be:
After running `meltano run tap-csv lower target-sqlite` the result would be:

| count_t | email | first_name | id | last_name | __loaded_at |
|---------|----------------------------|------------|----|------------|----------------------------|
Expand Down

0 comments on commit 4f3fcfb

Please sign in to comment.