Add ReadCSVFileWithUtf8 and use it in Z1
This commit is contained in:
@@ -19,7 +19,7 @@ Sub Z1_ImportMasterDetailData()
|
||||
If filePath = "" Then Exit Sub
|
||||
|
||||
' Step 2: Read CSV
|
||||
lines = ReadCSVFile(filePath)
|
||||
lines = ReadCSVFileWithUtf8(filePath)
|
||||
|
||||
' Step 3: Validate column count
|
||||
If Not ValidateCSVColumnCount(lines, 7) Then Exit Sub
|
||||
|
||||
Reference in New Issue
Block a user