All our pages related to #boilerplate

Custom modules

6 min read

Create your own custom task, why? You are no doubt aware of both tasks, the XSLTransform and JSTransform (checkout here for how to use the latter), which are quite handy for quick and light changes of the migrated data.

Read more

Add data from file name

4 min read

Times will happen when you will not be able to rely on side-file metadata documents to map onto the documents you are migrating.

Read more

Datasets in Fast2

3 min read

Datasets are Fast2 objects which can be involved at different levels within the punnet. They can be found on the

Read more

Contents in Fast2

2 min read

In Fast2, contents are objects embedding the “file” (= binary format) of the document. They can be found within either documents themselves or annotations, and can be accessed through different ways.

Read more

Boilerplate : Documents in Fast2

3 min read

The documents are a main part of any migration, if not the purpose of it. Here are the basics for an appropriate understanding of the Java API of the document object.

Read more

From ZIP to punnet

5 min read

Ever wondered how Fast2 could help you dive into archives and come out with burried content and metadata? It actually is quite simple, as long as you have the right tools in your hands.

Read more