We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea2a7be commit 95d99f7Copy full SHA for 95d99f7
src/CSVparserConfig.cls
@@ -228,7 +228,7 @@ Public Function CopyConfig() As CSVparserConfig
228
tmpResult.dTypingTemplate = P_TEMPLATE
229
tmpResult.dynamicTyping = P_DYNAMIC_TYPING
230
tmpResult.endingRecord = P_ENDINGRECORD
231
-
+ tmpResult.utf8EncodedFile = P_UTF8ENCODED
232
tmpResult.Headers = P_HEADERS
233
tmpResult.headersOmission = P_HEADEROMISSION
234
tmpResult.path = P_PATH
0 commit comments