Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CSVTreeParser ¶
type CSVTreeParser struct {
Comma rune
}
CSVTreeParser handles parsing of CSV data into a tree structure
func (*CSVTreeParser) ParseFile ¶
func (s *CSVTreeParser) ParseFile(filepath string) (*treemap.Tree, error)
ParseFile parses a CSV file into a tree structure
func (*CSVTreeParser) ParseReader ¶
ParseReader parses CSV data from a reader into a tree structure
Click to show internal directories.
Click to hide internal directories.