mirror of
https://github.com/minio/minio.git
synced 2025-11-11 06:20:14 -05:00
Fix csv output delimiter bug (#6994)
This commit is contained in:
committed by
Nitish Tiwari
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.
|
||||
|
||||
Reference in New Issue
Block a user