csv

package
v1.7.0 Latest Latest
Warning

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

Go to latest
Published: May 15, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Copyright (c) YugabyteDB, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Index

Constants

This section is empty.

Variables

View Source
var CSV_READER_MAX_BUFFER_SIZE = 32 * 1024 * 1024

A single record in a CSV file cannot be larger than this. If there is such a record, override this value with the environment variable CSV_READER_MAX_BUFFER_SIZE_BYTES.

Functions

This section is empty.

Types

type Reader

type Reader struct {
	QuoteChar  byte
	EscapeChar byte
	// contains filtered or unexported fields
}

func NewReader

func NewReader(fileName string, fileReadCloser io.ReadCloser) (*Reader, error)

func (*Reader) Close added in v1.1.0

func (r *Reader) Close() error

func (*Reader) Read

func (r *Reader) Read() (string, int, error)

Jump to

Keyboard shortcuts

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