{% extends 'layout.html' %} {% block content %}
Step 4 - Review and Export

First, choose the file format you want the data to be exported.


We have auto-generated an indexing pattern for your dataset. If required, you can modify it to your need.

{% for attribute in pattern %} {% endfor %}

Next, review the data and metadata that will be exported. If you find any issues, please go back to step 1 and fix them prior to exporting.

{% for k, item in file_dict.items() %} {% endfor %}
File Metadata
{{item.f_url}}
    {% for mk, mv in item.metadata.items() %}
  • {{mk}}: {{mv}}
  • {% endfor %}

Next, click on "Export" to convert data into DFDS compatible format and generate DFDS metadata. Once done, you will be prompted to download the content.

{% endblock content %} {% block scripts %} {% endblock scripts %}