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

Data source information not correct in CSV import #35

Open
cbogart opened this issue Aug 17, 2018 · 0 comments
Open

Data source information not correct in CSV import #35

cbogart opened this issue Aug 17, 2018 · 0 comments
Labels
Milestone

Comments

@cbogart
Copy link
Contributor

cbogart commented Aug 17, 2018

The entity_source_id field and descriptor are swapped; the identifier column name is null, and these should all end in #username.

mysql> select username, dataset_name, entity_source_descriptor, entity_source_id from user left join data_source_instance on user.fk_data_sources = id_data_source_instance limit 12;
+--------------------+----------------+--------------------------+------------------------------------------+
| username           | dataset_name   | entity_source_descriptor | entity_source_id                         |
+--------------------+----------------+--------------------------+------------------------------------------+
| 005a000000CBeY8AAL | wgu_sample_pii | 2278+0                   | livechattranscript.csv#null#username     |
| 556546             | wgu_sample_pii | 2278+1                   | livechattranscript.csv#null#username     |
| 005a000000CJHieAAH | wgu_sample_pii | 2278+2                   | livechattranscript.csv#null#post         |
| 543122             | wgu_sample_pii | 2248+0                   | livechattranscript.csv#null#post         |
| 005a000000B20bEAAR | wgu_sample_pii | 2248+13                  | livechattranscript.csv#null#username     |
| 386544             | wgu_sample_pii | 2248+14                  | livechattranscript.csv#null#post         |
| 005a000000CBeYhAAL | wgu_sample_pii | 3997+4                   | livechattranscript.csv#null#contribution |
| 136480             | wgu_sample_pii | 3997+5                   | livechattranscript.csv#null#contribution |
| 005a000000CKovZAAT | wgu_sample_pii | 2384+10                  | livechattranscript.csv#null#username     |
| 432823             | wgu_sample_pii | 2384+11                  | livechattranscript.csv#null#username     |
@cbogart cbogart added the bug label Aug 17, 2018
@cbogart cbogart added this to the 0.10 milestone Aug 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant