Table of Contents

Enum BlobHandlingType

Namespace
YndigoBlue.Velocity.Enums
Assembly
YndigoBlue.Velocity.dll

Specifies how blob (binary) columns are handled during CSV import and export.

public enum BlobHandlingType

Fields

Base64 = 0

Blob data is encoded as a Base64 string inline in the CSV cell.

File = 1

Blob data is stored as an external file. The file path is derived from a pattern containing {column_name} tokens that are resolved using other column values in the same row.