Versions in this module Expand all Collapse all v0 v0.0.4 May 19, 2024 v0.0.3 May 2, 2024 Changes in this version + func ConvertReaderToJSON(reader io.ReadCloser) ([]byte, error) + func ConvertURLToJSON(filePath string) ([]byte, error) + type Row map[string]string + type Table []Row + func Convert(reader io.ReadCloser) ([]Table, error) + func ConvertUrl(filePath string) ([]Table, error)