Click or drag to resize

ImportWithFileNameDerivedPropertiesActionTargetTableNameTemplate Property

The target table name, which can contain placeholders for properties extracted from the file name. For example, "MyTable_<<<Date>>>" would create a table named "MyTable_2023-01-01" if the file name contains a date property with that value.

Namespace: Altaxo.Serialization.NamePropertyExtraction
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
public string TargetTableNameTemplate { get; init; }

Property Value

String
See Also