{% include "includes/headers.html" %} {% with facet='advanced' %} {% set page_help='JSON-recipes' %} {% include "includes/navbar.html" %} {% endwith %}
{% with facet='advanced' %} {% include "includes/data-tabs.html" %} {% endwith %}

Advanced transformation

This page is for developers and other advanced technical users.

{% if recipe.recipe_id %} {% set method="POST" %} {% set action=url_for('do_data_save') %} {% else %} {% set method="GET" %} {% set action=url_for('data_view') %} {% endif %}
{% if recipe.recipe_id %} {% endif %}
{% include "includes/scripts.html" %} {% include "includes/chooser-scripts.html" %}