csv delimiter

This commit is contained in:
2024-02-14 16:20:04 +01:00
parent 32d8ed626b
commit 3688287e6d
2 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -180,7 +180,7 @@ class SpreadsheetExport(PropertyGroup):
class SpreadsheetImport(PropertyGroup):
#use_custom_cells: BoolProperty(default=False)
separator : StringProperty(default='\\n')
delimiter : StringProperty(default=';')
delimiter : StringProperty(default=',;:')
use_custom_name : BoolProperty(default=False)
custom_name : EnumProperty(items=get_custom_name_items,
description='Use a custom name for asset using a metadata value')