package
module
Version:
v0.0.0-...-94234f9
Opens a new window with list of versions in this module.
Published: Dec 22, 2023
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
dirparser
This simple recursive parser for parsing csv or looks-like-csv files.
Written for internal use.
Documentation
¶
ParsePath parse using Parse Interface
ProcessFile process a single file
ProcessPath for parse path
Parser for implement real parser
type Processor interface {
Process(filename string) error
}
Processor just recursive walk on file tree
Reader interface compilant with csv.Reader to use it with csv
NewDeepReader returns multibyteCSV-like reader
Source Files
¶
Click to show internal directories.
Click to hide internal directories.