Skip to content

Commit 4d5e342

Browse files
committed
Undo upcasing of Fix in urls
1 parent 2d46aeb commit 4d5e342

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

docs/03_Introduction_into_Metafacture-Fix.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ We cleaned up the value of `"pub_type"` element for better readability.
142142
143143
Metafacture contains many Fix functions to manipulate data. Also there are many Flux commands/modules that can be used.
144144
145-
Check the documentation to get a complete list of [Flux commands](https://metafacture.github.io/metafacture-documentation/docs/flux/flux-commands.html) and [Fix functions](https://metafacture.github.io/metafacture-documentation/docs/fix/Fix-functions.html). This post only presented a short introduction into Metafacture. In the next posts we will go deeper into its capabilities.
145+
Check the documentation to get a complete list of [Flux commands](https://metafacture.github.io/metafacture-documentation/docs/flux/flux-commands.html) and [Fix functions](https://metafacture.github.io/metafacture-documentation/docs/fix/fix-functions.html). This post only presented a short introduction into Metafacture. In the next posts we will go deeper into its capabilities.
146146
147147
Besides Fix functions you can also add as many comments and linebreaks as you want to a Fix.
148148
@@ -169,7 +169,7 @@ retain("title", "publish_date", "pub_type")
169169

170170
2) [Add a field with todays date called `"map_date"`.](https://metafacture.org/playground/?flux=%22https%3A//openlibrary.org/books/OL2838758M.json%22%0A%7C+open-http%0A%7C+as-lines%0A%7C+decode-json%0A%7C+fix+%28transformationFile%29%0A%7C+encode-yaml%0A%7C+print%0A%3B&transformation=move_field%28%22type.key%22%2C%22pub_type%22%29%0Areplace_all%28%22pub_type%22%2C%22/type/%22%2C%22%22%29%0A...%28%22mape_date%22%2C%22...%22%29%0Aretain%28%22title%22%2C+%22publish_date%22%2C+%22by_statement%22%2C+%22pub_type%22%29)
171171

172-
Have a look at the [Fix functions](https://metafacture.org/metafacture-documentation/docs/fix/Fix-functions.html). (Hint: you could use `add_field` or `timestamp`. And don't forget to add the new element to `retain`)
172+
Have a look at the [Fix functions](https://metafacture.org/metafacture-documentation/docs/fix/fix-functions.html). (Hint: you could use `add_field` or `timestamp`. And don't forget to add the new element to `retain`)
173173

174174

175175
<details>

0 commit comments

Comments
 (0)