Versions in this module Expand all Collapse all v0 v0.1.2 Jul 25, 2020 v0.1.1 Jul 20, 2020 Changes in this version + func ConvertJSONFile(infilePath, outfilePath *string) (*os.File, error) + func GetDefaultOutfilePath() *string + func ReadJSONFile(path string) (*map[string]interface{}, error) + func TruncateColumnHeaders(headers []string) []string + func WriteCSVFile(data [][]string, path *string) (*os.File, error) + type Parser struct + InfilePath *string + Outfile *os.File + OutfilePath *string + ParsedData [][]string + Raw *map[string]interface{} + RootObj oo.Object + TruncateHeaders bool + func NewParser(truncateHeaders bool, infilePath, outfilePath *string) *Parser