CSV / TSV Import
Define header templates, paste CSV or TSV data, and copy each row to the Sanity clipboard
Header Templates
Map columns to clipboard values. Use $value as the cell placeholder.
Saved templates
Current templates:
[
{
"columnName": "Title",
"value": "$value"
},
{
"columnName": "Thumbnail",
"value": "'thumbname':$value"
}
]Data
First row must match your column names. CSV or TSV — delimiter is auto-detected.
Title,Thumbnail
My Song,my-thumb.jpg
Title Thumbnail
My Song my-thumb.jpg
Entries
Define header templates and paste CSV or TSV data to generate entries.