CSV Formatting
Thread does not currently support jagged, or ragged arrays. If you have issues uploading data, open the csv in your preferred spreadsheet software (Excel or Sheets) and check for empty cells.
Column Categories
If you prefer to have categories for your Columns in order to group them in the interface, you can delineate them by using the \
character in your Column name. For example, a CSV with a Column name value of input\width
will become a Column with category input
and name width
.
The \
delimiter can be customized per project, in case you would like to use a different character or string to separate out your Column names from the categories.
Editing/ Overriding Data During Upload
Thread offers a few ways to modify or edit existing data during a CSV upload to a design space that already has data in it.
See Editing and managing data for more information on how to manage your design space data.
Last updated