Skip to content

Import CSV

Imports channel data from a CSV file. Suitable for importing from Excel or other tools.

CSV format

  • Delimiter: Semicolon (;)
  • Encoding: UTF-8
  • First row: Header row, skipped during import
  • Column order (fixed, no name-based detection):
PositionColumn
1Channel
2Dimmer address
3Fixture
4Position
5Colour
6Notes

Rows without a channel number are skipped.

Behaviour with existing channels

The import merges and updates selectively instead of replacing the entire channel list:

  • If a channel with the same number already exists, only the non-empty fields from the CSV are applied — empty cells leave existing values unchanged.
  • Channels new to the CSV are added.
  • After import, the list is sorted numerically by channel number.