-
-
Notifications
You must be signed in to change notification settings - Fork 385
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 Pocket: Pocket now mails you zipped CSV files #570
Comments
I'll note that the Pocket website still says the export will be in HTML format, but the file you actually receive is a .csv in a .zip as described by @daniel-l. It took me a while to figure out that I wasn't doing something wrong -- it was Pocket that changed. |
Thanks for the clarification. I wasn't quite sure whether there was a threshold of saved websites below which Pocket still generates the old HTML format or now always sends out zipped csv files vie e-mail. I guess it's latter. Here's a full quote of the mentioned support ticket which explains the new process:
|
I just set up Hoarder with the intention of importing from Pocket and just found this issue. Is there a way to import the CSV Pocket sends? |
Not officially. I ran a shell command to add links and then produced sql with Python which updates create time and archive flag. Tags I do not use much so I left them for later. |
I can't seem to export an export with multiple tags, can someone show me how they export a bookmark with multiple tags? What's the delimiter used between the tags? |
See the example in my initial post. The delimiter is the pipe symbol ("|"): Edit: sorry, just saw that you found that yourself and already implemented it 🙂 |
After being unable to export my pocket saves with their export tool (way more than the tool's limit of 5000 saves) I contacted the Pocket support. They then revamped the export tool: upon requesting an export they now mail you a zip file which contains csv files, each containing 10.000 pocket saves + the first row containing the column's titles.
Hoarder's import tool still expects Pocket's old html format; this needs to be updated.
The csv files are comma separated and formatted like this:
Multiple tags are separated by the pipe symbol "|". Tags can contain german umlauts (e.g. äÄöÖüÜ) and spaces (see example above). If some part of the saved item (e.g. title, url) contains a comma, the whole part is enclosed in quotation marks (again, see examples above).
The text was updated successfully, but these errors were encountered: