package
0.0.8
Repository: https://github.com/blue4209211/pq.git
Documentation: pkg.go.dev

# Functions

No description provided by the author

# Constants

ConfigCsvHeader Is First valid line header.
ConfigCsvSep File Seprator, Default = ,.
ConfigJSONRootNode root node to use while reading data.
ConfigJSONSingleLine While parsing Input, treat eachline as JSON object or Single Object/Array in the file.
ConfigParquetSingleLine While parsing Input, treat eachline as parquet object or Single Object/Array in the file.
ConfigXMLElementName XML element to use for parsing.
ConfigXMLSingleLine While parsing Input, treat eachline as XML object or Single Object/Array in the file.

# 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
No description provided by the author

# Interfaces

FormatReader Reads dataframe.
FormatSource Provides interface for all the data sources.
FormatWriter Writes dataframe to write.