You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have 12000 rows data in xls file, i want to read parse, and insert those data to database.
but some data are different/lost from the actual data from excel.
and here is my log that show the different data from my xls file :
2018/03/12 19:24:24 service.inquiry.go:4557: row 1836 data : column 1 data = :61:171218C59000NMSC column 2 data =
2018/03/12 19:24:24 service.inquiry.go:4557: row 1837 data : column 1 data = :86: column 2 data = column 3 data = column 4 data = column 5 data = column 6 data = column 7 data = column 8 data = column 9 data = column 10 data = column 11 data = column 12 data = PLS10299 column 13 data = column 14 data = 22162- column 15 data =
2018/03/12 19:24:24 service.inquiry.go:4557: row 1838 data : column 1 data = :61:171218D300NMSC column 2 data =
2018/03/12 19:24:24 service.inquiry.go:4557: row 1839 data : column 1 data = :86: column 2 data = column 3 data = column 4 data = column 5 data = column 6 data = column 7 data = column 8 data = column 9 data = column 10 data = column 11 data = column 12 data = PLS10299 column 13 data = column 14 data = 22162- column 15 data =
2018/03/12 19:24:24 service.inquiry.go:4557: row 1840 data : column 1 data = :61:171218D700NMSC column 2 data =
2018/03/12 19:24:24 service.inquiry.go:4557: row 1841 data : column 1 data = :86: column 2 data = column 3 data = column 4 data = column 5 data = column 6 data = column 7 data = column 8 data = column 9 data = column 10 data = column 11 data = column 12 data = PLS10299 column 13 data = column 14 data = 22162- column 15 data =
and this is the actual data from xls file :
does anybody know why is this happening, and how to fix it?
The text was updated successfully, but these errors were encountered:
i have 12000 rows data in xls file, i want to read parse, and insert those data to database.
but some data are different/lost from the actual data from excel.
this is my readXlsFile method :
and here is my log that show the different data from my xls file :
and this is the actual data from xls file :
does anybody know why is this happening, and how to fix it?
The text was updated successfully, but these errors were encountered: