Method SetBlobColumnFile
- Namespace
- YndigoBlue.Velocity.Model
- Assembly
- YndigoBlue.Velocity.dll
SetBlobColumnFile(string, string)
Configures a blob column to be imported from an external file whose path is derived
from filePathPattern. Use {column_name} tokens to reference
other column values. Paths are resolved relative to the CSV file's directory.
Example: attachments/{category}/{filename}
public void SetBlobColumnFile(string columnName, string filePathPattern)