csv delimiter
This commit is contained in:
+1
-1
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user