You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pocket exports are not imported correctly. The import has been described in #252 but is actually missing the "title" field.
Here is an entry of the pocket export
<li><a href="https://www.nytimes.com/2020/02/14/technology/alexa-jamming-bracelet-privacy-armor.html" time_added="1594979712" tags="privacy gadgets">Activate This Bracelet of Silence and Alexa Can't Eavesdrop</a></li>
and this is how it is imported
5. https://www.nytimes.com/2020/02/14/technology/alexa-jamming-bracelet-privacy-armor.html
> https://www.nytimes.com/2020/02/14/technology/alexa-jamming-bracelet-privacy-armor.html
+ Microphones and cameras lurk everywhere. You may want to slip on some privacy armor.
The correct import would have put the title and not the URL in the title field.
Is there a fix for large imports to re-create the title field in the whole database?
The text was updated successfully, but these errors were encountered:
Pocket exports are not imported correctly. The import has been described in #252 but is actually missing the "title" field.
Here is an entry of the pocket export
and this is how it is imported
The correct import would have put the title and not the URL in the title field.
Is there a fix for large imports to re-create the title field in the whole database?
The text was updated successfully, but these errors were encountered: