sCsv

package
v0.6.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 5, 2024 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Export

func Export(file_path string, data [][]string) error

func Import

func Import(file_path string) ([][]string, error)

func ImportAndSave added in v0.3.8

func ImportAndSave(file_path string, obj_func ObjFunc, save_func SaveFunc, batch_size int, coll sMongo.Collection) error

Types

type ImportFunc added in v0.3.8

type ImportFunc func(file_path string, obj_func ObjFunc, save_func SaveFunc, batch_size int, coll sMongo.Collection) error

type ObjFunc added in v0.3.8

type ObjFunc func(data []string) (obj mgm.Model)

type SaveFunc added in v0.3.8

type SaveFunc func(objs []mgm.Model, coll sMongo.Collection) int

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL