WithDelimiter(Config<string>) Method
Sets the CSV delimiter to use.
Namespace
Statiq.Tables
Containing Type
ReadCsv

Syntax

public ReadCsv WithDelimiter(Config<string> delimiter)

Parameters

Name Type Description
delimiter Config<string> The delimiter that separates values in the CSV data.

Return Value

Type Description
ReadCsv The current module instance.