Skip to content

Commit 97af53a

Browse files
committed
Bug fixed: delimiters sniffing
The parser could not sniff delimiters when forcing the output of streams with vbLf as the end-of-line character.
1 parent 0255caf commit 97af53a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CSVinterface.cls

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3077,6 +3077,7 @@ Public Function SniffDelimiters(ByRef confObject As CSVparserConfig, _
30773077
With StreamObj
30783078
.endStreamOnLineBreak = True
30793079
.utf8EncodedFile = confObject.utf8EncodedFile
3080+
.unifiedLFOutput = confObject.multiEndOfLineCSV
30803081
.OpenStream confObject.path
30813082
.ReadText
30823083
RaiseEvent AfterLoadStream

0 commit comments

Comments
 (0)