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 names_cd.tsv #5

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

Misinterpret data in lines in names_cd.tsv #5

rkiddy opened this issue Nov 25, 2014 · 0 comments

Comments

@rkiddy
Copy link
Contributor

rkiddy commented Nov 25, 2014

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

 Query OK, 415165 rows affected, 18 warnings (16.73 sec)
 Records: 415165  Deleted: 0  Skipped: 0  Warnings: 18

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

 +---------+------+-------------------------------------------------+
 | Level   | Code | Message                                         |
 +---------+------+-------------------------------------------------+
 | Warning | 1261 | Row 411915 doesn't contain data for all columns |
 | Warning | 1261 | Row 411915 doesn't contain data for all columns |
 | Warning | 1261 | Row 411915 doesn't contain data for all columns |
 | Warning | 1261 | Row 411915 doesn't contain data for all columns |
 | Warning | 1261 | Row 411915 doesn't contain data for all columns |
 | Warning | 1261 | Row 411915 doesn't contain data for all columns |
 | Warning | 1261 | Row 411915 doesn't contain data for all columns |
 | Warning | 1261 | Row 411915 doesn't contain data for all columns |
 | Warning | 1261 | Row 411916 doesn't contain data for all columns |
 | Warning | 1261 | Row 415132 doesn't contain data for all columns |
 | Warning | 1261 | Row 415132 doesn't contain data for all columns |
 | Warning | 1261 | Row 415132 doesn't contain data for all columns |
 | Warning | 1261 | Row 415132 doesn't contain data for all columns |
 | Warning | 1261 | Row 415132 doesn't contain data for all columns |
 | Warning | 1261 | Row 415132 doesn't contain data for all columns |
 | Warning | 1261 | Row 415132 doesn't contain data for all columns |
 | Warning | 1261 | Row 415132 doesn't contain data for all columns |
 | Warning | 1261 | Row 415133 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