package
0.0.0-20240302080633-ebdd804b0a01
Repository: https://github.com/domonda/go-structtable.git
Documentation: pkg.go.dev

# Functions

CompactSpacedStrings removes spaces if they are between every other character, meaning that every odd character index is a space.
NewFormat returns a Format with the passed separator, UTF-8 encoding, and "\r\n" newlines.
No description provided by the author
NewReader reads from an io.Reader.
NewReaderFromFile reads from a fs.FileReader.
NewReaderFromRows returns a Reader that uses pre-parsed rows.
No description provided by the author
ParseDetectFormat returns a slice of strings per row with the format detected via the FormatDetectionConfig.
ParseFileDetectFormat returns a slice of strings per row with the format detected via the FormatDetectionConfig.
No description provided by the author
No description provided by the author
RemoveEmptyRows removes rows without columns, or rows where all columns are empty strings.
No description provided by the author
SetEmptyRowsNil sets rows to nil, where all columns are empty strings.
SetRowsWithNonUniformColumnsNil set rows to nil that don't have the same field count as the majority of rows, so every rows is either nil or has the same number of fields.
StringDataTypes returns valid non nullable data types for the passed string.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RemoveBottomRowModifier removes the given number of rows at the bottom.
No description provided by the author
RemoveTopRowModifier removes the given number of rows at the top.
No description provided by the author
No description provided by the author
SetBottomRowNilModifier removes the given number of rows at the bottom.
No description provided by the author
No description provided by the author
SetTopRowNilModifier removes the given number of rows at the top.

# Interfaces

No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author