{% extends "modern/base.html" %} {% block title %}Bulk Create Containers - BLOOM LIMS{% endblock %} {% block content %}

Instructions

Upload a TSV (tab-separated values) file with the following columns:

ColumnRequiredDescription
container_template_euidOR container_typeEUID of the container template
container_typeOR template_euidType string: type:subtype:version (e.g., tube:tube-generic-10ml:1.0)
container_nameOptionalName for the container
content_template_euidOptionalEUID of the content template
content_typeOptionalType string: type:subtype:version (e.g., sample:sample-blood:1.0)
content_nameOptionalName for the content
content_propertiesOptionalJSON string with properties to override (e.g., {"properties": {"volume_ul": 500}})

Note: Either container_template_euid OR container_type is required for each row.

Upload TSV File

{% endblock %} {% block extra_css %} {% endblock %} {% block extra_js %} {% endblock %}