{% extends "modern/base.html" %} {% block title %}Bulk Create Containers - BLOOM LIMS{% endblock %} {% block content %}
Create multiple containers with content from a TSV file
Upload a TSV (tab-separated values) file with the following columns:
| Column | Required | Description |
|---|---|---|
container_template_euid | OR container_type | EUID of the container template |
container_type | OR template_euid | Type string: type:subtype:version (e.g., tube:tube-generic-10ml:1.0) |
container_name | Optional | Name for the container |
content_template_euid | Optional | EUID of the content template |
content_type | Optional | Type string: type:subtype:version (e.g., sample:sample-blood:1.0) |
content_name | Optional | Name for the content |
content_properties | Optional | JSON string with properties to override (e.g., {"properties": {"volume_ul": 500}}) |
Note: Either container_template_euid OR container_type is required for each row.