Member since
06-14-2018
1
Post
0
Kudos Received
0
Solutions
06-14-2018
07:26 AM
This could be because you are parsing actual data in the place of header,supposing your first row has header and second row onwards has data. Hence it can't parse data(int, string) as header(string). So try changing it to ("skip.header.line.count"="1"); Hope this helps.
... View more