Generating JET templates

When you finish creating and refining the transformation input schema and output actions, you must run the Update Project command to generate the JET templates that the input model defines. When you run the Update Project command, the JET transformation updates the main.jet file to match the input schema elements and the transformation output hierarchy. The JET transformation also creates the JET templates that were seeded from the exemplar files, and creates the schema.xsd file, which represents the transformation input schema.

You must have a transformation model file open. A transformation model file has the name transform.tma.

To generate the JET templates that the transformation input schema defines, in the Transformation input schema and output actions pane, right-click a model element; then click Update Project.
This command processes the entire model, and creates the JET templates in the templates folder of the JET transformation project.
Related concepts
JET transformation authoring
Related tasks
Editing JET templates
Editing calculation instructions for derived attributes for JET transformations
Protecting changes to generated JET transformation code
Setting JET compiler preferences
Related information
Tutorials for JET transformations

Feedback