You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A number of typos in the documentation were incorrect resulting on poor
user experience. In particular, the link to the types of steps was to a
Markdown file instead of HTML.
---------
Co-authored-by: Pierre Camilleri <[email protected]>
Copy file name to clipboardExpand all lines: docs/guides/transforming-data.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ cat transform.csv
53
53
54
54
The high-level interface to transform data is a set of `transform` functions:
55
55
-`transform`: detects the source type and transforms data accordingly
56
-
-`reosurce.transform`: transforms a resource
56
+
-`resource.transform`: transforms a resource
57
57
-`package.transform`: transforms a package
58
58
59
59
We'll see examples of these functions in the next few sections.
@@ -157,7 +157,7 @@ Frictionless includes more than 40+ built-in transform steps. They are grouped b
157
157
- row
158
158
- cell
159
159
160
-
See [Transform Steps](../steps/cell.md) for a list of all available steps. It is also possible to write custom transform steps: see the next section.
160
+
See [Transform Steps](../steps/cell.html) for a list of all available steps. It is also possible to write custom transform steps: see the next section.
0 commit comments