Hi, Table count should be equal to the the number of records in in the source file but in my case it is more than the file count. Suppose the input file is having 1000 records but when I load this file data in the newly created table it becomes 1018. The table is having 80 columns so it is very difficult to manually traverse the file for finding the root cause.
I suspected the presence of some '\n' characters in the file but couldn't spot any such character. Any insights that what should be my approach to resolve this issue? Thanks, Balajee Venkatesh