Table of Contents

Property FilePathPattern

Namespace
YndigoBlue.Velocity.Model
Assembly
YndigoBlue.Velocity.dll

FilePathPattern

The file path pattern used when Handling is File. Use {column_name} tokens to reference other column values in the same row. For example: attachments/{category}/{filename} Paths are resolved relative to the CSV file's directory.

public string FilePathPattern { get; }

Property Value

string