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 text_memo_cd.tsv #8

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

Misinterpret data in lines in text_memo_cd.tsv #8

rkiddy opened this issue Nov 25, 2014 · 0 comments

Comments

@rkiddy
Copy link
Contributor

rkiddy commented Nov 25, 2014

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

 Query OK, 1426044 rows affected, 36 warnings (1 min 19.48 sec)
 Records: 1426044  Deleted: 0  Skipped: 0  Warnings: 36

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

 +---------+------+--------------------------------------------------+
 | Level   | Code | Message                                          |
 +---------+------+--------------------------------------------------+
 | Warning | 1261 | Row 1170770 doesn't contain data for all columns |
 | Warning | 1261 | Row 1170770 doesn't contain data for all columns |
 | Warning | 1261 | Row 1170770 doesn't contain data for all columns |
 | Warning | 1261 | Row 1170770 doesn't contain data for all columns |
 | Warning | 1261 | Row 1170770 doesn't contain data for all columns |
 | Warning | 1261 | Row 1170770 doesn't contain data for all columns |
 | Warning | 1261 | Row 1283854 doesn't contain data for all columns |
 | Warning | 1261 | Row 1283854 doesn't contain data for all columns |
 | Warning | 1261 | Row 1283854 doesn't contain data for all columns |
 | Warning | 1261 | Row 1283854 doesn't contain data for all columns |
 | Warning | 1261 | Row 1283854 doesn't contain data for all columns |
 | Warning | 1261 | Row 1283854 doesn't contain data for all columns |
 | Warning | 1261 | Row 1283855 doesn't contain data for all columns |
 | Warning | 1261 | Row 1283855 doesn't contain data for all columns |
 | Warning | 1261 | Row 1283855 doesn't contain data for all columns |
 | Warning | 1261 | Row 1283855 doesn't contain data for all columns |
 | Warning | 1261 | Row 1283855 doesn't contain data for all columns |
 | Warning | 1261 | Row 1283855 doesn't contain data for all columns |
 | Warning | 1261 | Row 1283856 doesn't contain data for all columns |
 | Warning | 1261 | Row 1283856 doesn't contain data for all columns |
 | Warning | 1261 | Row 1283856 doesn't contain data for all columns |
 | Warning | 1261 | Row 1283856 doesn't contain data for all columns |
 | Warning | 1261 | Row 1283856 doesn't contain data for all columns |
 | Warning | 1261 | Row 1283856 doesn't contain data for all columns |
 | Warning | 1261 | Row 1315309 doesn't contain data for all columns |
 | Warning | 1261 | Row 1315309 doesn't contain data for all columns |
 | Warning | 1261 | Row 1315309 doesn't contain data for all columns |
 | Warning | 1261 | Row 1315309 doesn't contain data for all columns |
 | Warning | 1261 | Row 1315309 doesn't contain data for all columns |
 | Warning | 1261 | Row 1315309 doesn't contain data for all columns |
 | Warning | 1261 | Row 1319205 doesn't contain data for all columns |
 | Warning | 1261 | Row 1319205 doesn't contain data for all columns |
 | Warning | 1261 | Row 1319205 doesn't contain data for all columns |
 | Warning | 1261 | Row 1319205 doesn't contain data for all columns |
 | Warning | 1261 | Row 1319205 doesn't contain data for all columns |
 | Warning | 1261 | Row 1319205 doesn't contain data for all 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