struct CSV::Builder::Row

Overview

A CSV Row being built.

Defined in:

csv/builder.cr

Instance Method Summary

Instance Method Detail

def <<(value : String) : NilSource

Appends the given value to this row.

def <<(value : Nil | Bool | Number) : NilSource

Appends the given value to this row.

def <<(value) : NilSource

Appends the given value to this row.

def concat(values : Enumerable) : NilSource

Appends the given values to this row.

def concat(*values) : NilSource

Appends the given values to this row.

def skip_cell : NilSource

Appends a comma, thus skipping a cell.

© 2012–2021 Manas Technology Solutions.
Licensed under the Apache License, Version 2.0.
https://crystal-lang.org/api/1.2.1/CSV/Builder/Row.html