Skip to content

Importing Artworks

In Bristol, an artwork is the combination of a picture and the following set of properties:

  • a name
  • a type: flat or volume ? Flat artworks are hung on walls (paintings, prints, photographs). Volume artworks stand on the floor (sculptures, installations).
  • a set of dimensions: width, height, and depth
  • an inventory id (optional)

You can either import pictures and set these properties by hand, or use a CSV file to provide the data upfront.


The following CSV files all produce the same two artworks in Bristol — a 40 × 40 × 40 cm sculpture and a 105.5 × 105.5 × 3 cm painting:

Inventory IdTitleTypeHeightWidthDepth
3424HorseVolume40cm40cm40cm
3425Black CircleFlat105.5cm105.5cm3cm
Show alternatives

Column aliases

Stock NumberNameArtwork TypeHWD
3424Horse3D40cm40cm40cm
3425Black Circle2D105.5cm105.5cm3cm

Unit column (mm)

ReferenceTitleTypeHeightWidthThicknessUnit
3424HorseVolume400400400mm
3425Black CircleFlat1055105530mm

Dimensions string

Inventory_IdTitleTypeDimensions
3424HorseVolume40 × 40 × 40 cm
3425Black CircleFlat105.5 × 105.5 × 3 cm

Meters

IdArtworkTypeHeightWidthDepth
3424Horse3D0.4m0.4m0.4m
3425Black Circle2D1.055m1.055m0.03m

Medium detection

Stock_NumberTitleMediumHeightWidthDepth
3424HorseSculpture40cm40cm40cm
3425Black CircleOil on canvas105.5cm105.5cm3cm

Mixed units

Inventory IdTitleTypeHeightWidthDepth
3424HorseVolume400mm0.4m400mm
3425Black CircleFlat1055mm105.5cm30mm

Compact dimensions

RefWorkTypeDimensions
3424HorseVolume40x40x40cm
3425Black CircleFlat105.5x105.5x3cm

Bristol propertyAccepted column namesDetails
Inventory IDInventory ID, Stock Number, Inventory, Ref, Reference, IDUsed to match image files to rows — name your images with the inventory number (e.g. AB-1234.jpg) for automatic matching.
NameName, Title, Artwork, Work
TypeType, Artwork TypeAccepted values: Flat / 2D or Volume / 3D. When absent, Bristol tries to detect the type from the Medium column. Default: Flat.
WidthWidth, WWhen missing, dimensions default to 100 × 100 × 3 cm.
HeightHeight, H
DepthDepth, D, Thickness

ColumnAlso acceptedDetails
DimensionsSize, SizesA single combined column as an alternative to separate Width/Height/Depth columns. Expected format: 100 × 80 × 5 cm (Height × Width × Depth). Individual columns take priority if both are present.
UnitUnits, Unit SystemSets the unit for the entire row. See the Units note above.
MediumMaterials, TechniqueUsed to auto-detect the artwork type when no Type column is present. Keywords like sculpture, ceramic, bronze, installation, or glass set the type to Volume.

Images are matched to artworks based on their inventory ID.

When you import a CSV alongside images, Bristol looks for the inventory number in each image filename. A file matches if its name contains the inventory number — for example, an artwork with inventory number AB-1234 will match AB-1234.jpg, AB-1234_front.png, or photo_AB-1234.jpeg.