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
<p>The easiest way to get started with Metafacture is the Playground. Take a look at the<ahref="https://metafacture.org/playground/?flux=PG_DATA%0A%7Cas-lines%0A%7Cdecode-formeta%0A%7Cfix%0A%7Cencode-xml%28rootTag%3D%22collection%22%29%0A%7Cprint%0A%3B&fix=move_field%28_id%2C+id%29%0Amove_field%28a%2C+title%29%0Apaste%28author%2C+b.v%2C+b.n%2C+%27~aus%27%2C+c%29%0Aretain%28id%2C+title%2C+author%29&data=1%7Ba%3A+Faust%2C+b+%7Bn%3A+Goethe%2C+v%3A+JW%7D%2C+c%3A+Weimar%7D%0A2%7Ba%3A+R%C3%A4uber%2C+b+%7Bn%3A+Schiller%2C+v%3A+F%7D%2C+c%3A+Weimar%7D&active-editor=fix">first example</a> and run it by pressing the <imgsrc="img/process.png" alt="“Process”" /> button. Check out the other examples (first button, <imgsrc="img/load-exmples.png" alt="“Load Examples”" />) for different input sources, transformations, and output formats.</p>
109
+
<p>The easiest way to get started with Metafacture is the Playground. Take a look at an<ahref="https://metafacture.org/playground/?example=encode-xml">example</a> and run it by pressing the <imgsrc="img/process.png" alt="“Process”" /> button. Check out the other examples (first button, <imgsrc="img/load-exmples.png" alt="“Load Examples”" />) for different input sources, transformations, and output formats.</p>
114
110
<p>For commands available in the Flux, see <ahref="https://github.com/metafacture/metafacture-documentation/blob/master/flux-commands.md">the Flux commands documentation</a>.</p>
115
111
<p>For functions and usage of the Fix, see <ahref="https://github.com/metafacture/metafacture-documentation/blob/master/Fix-function-and-Cookbook.md">the Fix functions and cookbook</a>.</p>
116
112
<h2id="command-line">Command line</h2>
@@ -122,11 +118,11 @@ <h2 id="using-metafacture-as-a-java-library">Using Metafacture as a Java library
122
118
<p>If you want to use Metafacture in your own Java projects all you need is to add some dependencies to your project. As of Metafacture 5, the single metafacture-core package has been replaced with a number of domain-specific packages. You can find the list of packages on <ahref="https://search.maven.org/search?q=g:org.metafacture">Maven Central</a>.</p>
123
119
<p>Alternatively, you can simply guess the package names from the top-level folders in the source code repository – they are the same.</p>
124
120
<p>For instance, if you want to use the <code>metafacture-io</code> library in your project, simply add the following dependency to your <code>pom.xml</code>:</p>
Copy file name to clipboardexpand all lines: getting-started.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ header-includes:
6
6
7
7
## Playground
8
8
9
-
The easiest way to get started with Metafacture is the Playground. Take a look at the [first example](https://metafacture.org/playground/?flux=PG_DATA%0A%7Cas-lines%0A%7Cdecode-formeta%0A%7Cfix%0A%7Cencode-xml%28rootTag%3D%22collection%22%29%0A%7Cprint%0A%3B&fix=move_field%28_id%2C+id%29%0Amove_field%28a%2C+title%29%0Apaste%28author%2C+b.v%2C+b.n%2C+%27~aus%27%2C+c%29%0Aretain%28id%2C+title%2C+author%29&data=1%7Ba%3A+Faust%2C+b+%7Bn%3A+Goethe%2C+v%3A+JW%7D%2C+c%3A+Weimar%7D%0A2%7Ba%3A+R%C3%A4uber%2C+b+%7Bn%3A+Schiller%2C+v%3A+F%7D%2C+c%3A+Weimar%7D&active-editor=fix) and run it by pressing the  button. Check out the other examples (first button, ) for different input sources, transformations, and output formats.
9
+
The easiest way to get started with Metafacture is the Playground. Take a look at an [example](https://metafacture.org/playground/?example=encode-xml) and run it by pressing the  button. Check out the other examples (first button, ) for different input sources, transformations, and output formats.
10
10
11
11
For commands available in the Flux, see [the Flux commands documentation](https://github.com/metafacture/metafacture-documentation/blob/master/flux-commands.md).
0 commit comments