0

I wanted to restore some of the lost notes that I obtained by using grabbing an iTunes backup (of an iphone 4) and opening up the notes.sqlite file. When I query the table that contains the notes text: select zcontent from znotebody I get the text that is in html format. How can I convert them to a more readable content. Here is an example of a note:

    Meds fir odd<div>Trazadone</div><div>Effexor (&amp; Cd)</div><div>Buspirone</div><div>Clonodine</div><div>Nortriptyline</div><div>Risperdal</div><div>Straterra&nbsp;</div>

should be:

Meds fir odd
Trazadone
(Effexor & Cd)
Buspirone
Nortriptyline
Risperdal
Straterra<space here>
4

2 回答 2

1

那已经是html了。只需将其粘贴到任何 html 文件中(在任何文本编辑器中创建一个新文档,粘贴代码,然后在桌面上另存为 notes.html)并在 Web 浏览器中加载它。

于 2012-10-13T20:25:46.773 回答
0

我将所有消息导出到一个文件中,添加了一个 head 和 body 标记,然后以 chrome 显示。那已经足够好了!

于 2012-10-13T20:27:42.240 回答