Hi, I have a CSV file with 40K+ lines of records. So once I used the sql count(*) it is showing only 11218 records as count. Please note that there is no error thrown in console as it returns result. Is there any configuration I have to do in case of huge CSV file ? Please help. Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, I have a CSV file with 40K+ lines of records. So once I used the sql count(*) it is showing only 11218 records as count. Please note that there is no error thrown in console as it returns result. Is there any configuration I have to do in case of huge CSV file ? Please help. Thanks.