mirror of
https://github.com/minio/minio.git
synced 2025-01-27 06:33:18 -05:00
Fix csv output delimiter bug (#6994)
This commit is contained in:
parent
99b843a64e
commit
2aeb3fbe86
@ -205,7 +205,7 @@ func (reader *cinput) OutputFieldDelimiter() string {
|
|||||||
|
|
||||||
// OutputRecordDelimiter - returns the requested output record delimiter.
|
// OutputRecordDelimiter - returns the requested output record delimiter.
|
||||||
func (reader *cinput) OutputRecordDelimiter() string {
|
func (reader *cinput) OutputRecordDelimiter() string {
|
||||||
return reader.options.OutputFieldDelimiter
|
return reader.options.OutputRecordDelimiter
|
||||||
}
|
}
|
||||||
|
|
||||||
// HasHeader - returns true or false depending upon the header.
|
// HasHeader - returns true or false depending upon the header.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user