mirror of
https://github.com/minio/minio.git
synced 2025-01-11 15:03:22 -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.
|
||||
func (reader *cinput) OutputRecordDelimiter() string {
|
||||
return reader.options.OutputFieldDelimiter
|
||||
return reader.options.OutputRecordDelimiter
|
||||
}
|
||||
|
||||
// HasHeader - returns true or false depending upon the header.
|
||||
|
Loading…
Reference in New Issue
Block a user