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

Import from Phrequent #35

Open
SpaceK33z opened this issue May 5, 2017 · 1 comment
Open

Import from Phrequent #35

SpaceK33z opened this issue May 5, 2017 · 1 comment
Assignees

Comments

@SpaceK33z
Copy link
Contributor

I'll get you more info on how the import will look soon, as I have access to the database.

@SpaceK33z
Copy link
Contributor Author

For future Kees, I was able to do an export of the Phrequent data by logging in to the mysql db and doing this:

use phabricator_phrequent;
SELECT userPHID,objectPHID,note,dateStarted,dateEnded FROM phrequent_usertime INTO OUTFILE '/tmp/phrequent.csv' FIELDS TERMINATED BY ',' ENCLOSED BY '"' LINES TERMINATED BY '\n';

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

2 participants