Table of Contents

Class BlobColumnConfig

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

Configuration for how a blob column is handled during CSV import or export.

public class BlobColumnConfig
Inheritance
BlobColumnConfig

Constructors

BlobColumnConfig(BlobHandlingType, string)

Creates a blob column config for Base64 handling.

Properties

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.

Handling

Specifies whether the blob is stored as a Base64 string or an external file.