Skip to content

Commit

Permalink
Update ColumnBuilder.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignalina authored Sep 13, 2022
1 parent 1977a19 commit ac47736
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions impl/ColumnBuilder.go
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,9 @@ func CreateFixedSizeTableFromFile(fst *FixedSizeTable, row *FixedRow, reader *io

if nil == fst.FindLastNL && strings.ToLower(fst.SourceEncoding) == "utf-8" {
fst.FindLastNL = FindLastNL_NO_CR
fmt.Println("NO CR for eol")
} else if nil == fst.FindLastNL {
fmt.Println("NLCR for eol")
fst.FindLastNL = FindLastNLCR
}

Expand Down

0 comments on commit ac47736

Please sign in to comment.