Documentation
¶
Index ¶
Constants ¶
View Source
const ( CSVLineExportType = "csv" JSONLineExportType = "jsonl" JSONExportType = "json" ExcelExportType = "excel" ExcelXLSXExportType = "xlsx" ParquetExportType = "parquet" XMLExportType = "xml" YAMLExportType = "yaml" YMLExportType = "yml" )
Variables ¶
This section is empty.
Functions ¶
func NewExport ¶
func NewExport(exportType string, rows *sql.Rows, exportPath string, bar *progressbar.ProgressBar) (exportdata.Export, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.