Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Misinterpret data in lines in loan_cd.tsv #3

Open
rkiddy opened this issue Nov 25, 2014 · 0 comments
Open

Misinterpret data in lines in loan_cd.tsv #3

rkiddy opened this issue Nov 25, 2014 · 0 comments

Comments

@rkiddy
Copy link
Contributor

rkiddy commented Nov 25, 2014

 --------------
 load data local infile '/tmp/loan_cd.tsv' into table loan_cd fields terminated by '\t' lines terminated by '\r\n' ignore 1 lines
 --------------

 Query OK, 64848 rows affected, 8 warnings (7.22 sec)
 Records: 64848  Deleted: 0  Skipped: 0  Warnings: 8

 --------------
 show warnings
 --------------

 +---------+------+-------------------------------------------------------------------------------+
 | Level   | Code | Message                                                                       |
 +---------+------+-------------------------------------------------------------------------------+
 | Warning | 1262 | Row 60757 was truncated; it contained more data than there were input columns |
 | Warning | 1262 | Row 61130 was truncated; it contained more data than there were input columns |
 | Warning | 1262 | Row 61131 was truncated; it contained more data than there were input columns |
 | Warning | 1262 | Row 61712 was truncated; it contained more data than there were input columns |
 | Warning | 1262 | Row 62544 was truncated; it contained more data than there were input columns |
 | Warning | 1262 | Row 62548 was truncated; it contained more data than there were input columns |
 | Warning | 1262 | Row 63222 was truncated; it contained more data than there were input columns |
 | Warning | 1262 | Row 64847 was truncated; it contained more data than there were input columns |
 +---------+------+-------------------------------------------------------------------------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant