Bookmarks - convert places.sqlite in .xlsx (Excel) - how?

I installed SQLite Manager 0.8.1

https://addons.Mozilla.org/en-us/Firefox/addon/SQLite-Manager/

Go to the file Explorer / Show Hidden objects (so that you can see App Data, then)

Place a copy of the places.sqlite in C:\temp (working copy)

C:------users------Username------App Data-Roaming-Mozilla-Firefox------profiles------long chain------places.sqlite

Go to the menu at the top left drop-FF / Web Developer / SQLite Manager

... it opens the program in a new window

Within the program, go to:

Database / database connection / C:/temp/places.sqlite

- - - - - - - - - - - - - - - - - - - -

You will see many paintings. Both are relevant, I think that are:

moz_bookmarks / browse and look for the tab

all new bookmark titles are here below, even those not in the unsorted folder, but the URL are not here!

the titles seem to be added in ascending order, according to the id

moz_places / browse and look for the tab

all new titles to bookmark, and URL, are here, they are not easily identified, you need to use Ctrl + F

- - - - - - - - - - - - - - - - - - - -

To export tables:

Right-click on the table / Export Table.

CSV tab / [check] first line contains column names

Comma, double quotes, save the CSV export settings

OK / save it on the desktop as a CSV file

Open the CSV file, and then save it as a xlsx

- - - - - - - - - - - - - - - - - - - -

Question: How can I get my title and URL?

There's more 17 000 lines in moz_places.

I would like to put all new bookmark to Unsorted, however, so the question is, how do you identify the?

This seems possible.

Otherwise, if I could add the URL column to moz_bookmarks, then I could just export that. I would like to work from a copy... but it doesn't look like SQLite Manager will allow me to do.

- - - - - - - - - - - - - - - - - - - -

I also installed: SQLite Database Browser, Version 2.0b1

http://sourceforge.NET/projects/sqlitebrowser/

I try to open places.sqlite with it, and nothing happens. No idea why? THX.

You can easily get the date in a readable format by converting the format of the time Unix date/time format:

SELECT a.id AS ID, a.title AS Title, b.url AS URL, datetime(a.dateAdded/1000000,'unixepoch') AS DateAdded
FROM moz_bookmarks AS a JOIN moz_places AS b ON a.fk = b.id

I don't think it matters what table is open when you paste the code in the text box "Execute SQL" to run the code.

What you see here by default in just one example of code you can change depending on what you want.

The current versions of Firefox can use a version of SQLite that is more recent and is not supported by SQLite Database Browser.

You must add a < br > to make the forum start on a new line or place text in < pre > and < / pre > tags for the largest bloc. A line that starts with a space is automatically placed between PRE tags.

Tags: Firefox

Similar Questions

  • I paid for the Basic program convert PDF to Word or Excel - how to operate?

    I paid for the Basic program convert PDF to Word or Excel Documents.  When I pull up the PDF I want to export and click the export in the tool bar it brings me back to to sign up for the service I already paid and received e-mail confirmation - help!

    1 make sure that you have done a "ExportPDF' or 'PDF Pack', not another thing.

    2. check that you sign with the SAME Adobe ID used to subscribe.

    3. If no, go to manage account on the Adobe website and make sure your subscription is active. (If you just pay it may take up to 48 hours for a reason any).

  • Updating Firefox, my old profile said places.sqlite.corrupt and I can't get bookmarks

    Firefox crashed while and refreshed himself. He created a "old firefox data" folder on my desktop. I thought I followed the instructions correctly, I deleted the profile information in my new program firefox (appdata). and I copied pasted old data from firefox (desktop folder) into its place.
    When I restarted firefox, it has reopened all of my tabs that were open in the crash initially. So I thought everything was great. Then I noticed that my favorites are missing, and the tool bar was empty. My history file is also empty. When I looked at my profile, I found that I places.sqlite.corrupt file.
    I found a site that talks about downloading a program to fix places.sqlite, but I'm not a programmer and I don't understand how to do it. I don't want to make things worse, so I'm leaving it alone.

    It is possible that the places.sqlite has been corrupted by the accident and may not be used.
    You would have to restore a backup of the folder bookmarkbackups on the desktop.
    In this way, you can restore the bookmarks, but will lose the history (there is no backup history).

    You can check for problems with the database places.sqlite file in the Firefox profile folder.

  • Problem restoring previous version of FF bookmarks, "Unable to process the file of backup.", already tried to delete "places.sqlite".

    I reformatted and reinstalled Windows 7 on a computer that has not been used for about a year. Before wiping the HARD drive, I saved Firefox bookmarks in the form of a .json file (I don't know what version of FF was installed on the computer before, but I know it was at least a year).

    After reinstalling Windows and install Firefox 24.0, I tried to restore the bookmarks using the "Bookmarks-> import" and backup-> restore-> Choose File... "option. I get the error says "Failed to process the backup file."

    I tried to search for this problem but I couldn't find anything precise. It sounds ridiculous because I just installed FF, I tried to delete the file "places.sqlite" based on other similar problems, but that did not fix the problem.

    My only thought is that it must be a problem with incompatible versions of FF bookmarks. Is it possible to recover bookmarks in the .json file?

    Oh my god. I removed the comma, who pointed out the error report and file and bookmarks have been restored!

    How this comma go?

    Thank you for linking me to the validation tool. It has been extremely helpful.

  • URL bar autocomplete works not, renamed file: places.sqlite, now impossible to restore or import bookmarks

    AutoComplete in the bar of my url suddenly stopped working. I use Firefox on a Mac with OS 10.10.5 43.0. First of all, I checked that AutoComplete is enabled in the preferences, "refreshed" Firefox and install a new copy. When none of that worked, I changed the name of the places.sqlite file in my folder of profile, as shown in this thread: https://support.mozilla.org/en-US/questions/951168. It worked and now the url bar autocompletes; Hooray!

    But now my favorites are gone! I supported manually to the top of my favorites in advance, as .html and .json, but when I try to restore/import my favorites of these files, it does not work: I find myself with a bunch of empty folders. Help?

    If you open the HTML export file in a Firefox tab as a web page, should your bookmarks? In other words, is this a problem of import, or was it a problem of export?

  • Is this how you re - index places.sqlite, to speed up performance?

    Get SQLite Manager... https://addons.Mozilla.org/en-us/Firefox/addon/SQLite-Manager/

    SQLite Manager / tables / moz_places

    Right-click on moz_places / reindex Table / Yes

    • * * * * * * * * * * * * * * * * * * * * * * * *

    Per this page... https://support.Mozilla.org/en-us/questions/969977

    The minimum file size of places.sqlite file is 10 MB, and Firefox increases this file in chunks of 10 MB when necessary (its size is reduced never when you remove history or bookmarks). This is done for performance problems caused by fragmentation.

    • * * * * * * * * * * * * * * * * * * * * * * * *

    . . . My places.sqlite is 10 240 KB (10 MB)

    • * * * * * * * * * * * * * * * * * * * * * * * *

    I was trying to understand what it:

    Index / reindex Index...

    I found that he did something with it:

    Are you sure you want to do the following:
    REINDEX 'main '. "" moz_annos_placeattributeindex ".
    SQL:
    REINDEX 'main '. "" moz_annos_placeattributeindex ".

    ... that did do re-index Index?

    Normally, they are already indexed, however it helps corrupt indexed places.sqlite files as far as I know, but you can also request to add it on the developer.

  • How to decode the Last_Date_ field visited in the places.sqlite db?

    I opened the places.sqlite file in Firefox SQLite Manager plug-in. I can see the field of Last_Date_Visited and it's a very large integer. I must be able to decode the date and time out of the field for a matter of human resources. Thank you

    Try to use this time converter.

    http://www.esqsoft.com/javascript_examples/date-to-epoch.htm

    Put this whole in Option 2 and hit so far

  • I want to find my places.sqlite file in my secondary hard drive that is, I am runnig like a disk slave how do I find the file

    I have a new drive hard because my old operating system from hard disk (windows) is not booting. So I have a new hard drive with the new mode of system (windows). What I want is I want to search the places.sqlite file in my older hard disk which is connected as slave to my computer partition. How can I find places.sqlite in my slave drive I can restore my favorites in the new hard drive with the new operating system.

    The "Application Data" in XP/Win2K folder and the folder "AppData" in Windows Vista, Windows 7 and later versions are hidden folders.

  • Can not recover the firefox bookmarks 8 there is no profile Firefox 9, the file places.sqlite

    Hello, I'm trying to transfer bookmarks from firefox 8 using the profile of appdata windows 7 for firefox. Everything I read says that there should be a places.sqlite in mozilla profile directory, but only records I see are "cache", "offlinecache", "startupcache" and the file "urlclassifier3.sqlite. I have bookmarks in my firefox application, so where is this info stored?

    If you see "cache", "offlinecache" etc, then you are looking to the wrong directories. You're looking under AppData\local, but bookmarks are under AppData\Roaming. It is for me on Win Vista:

    AppData\Roaming\Mozilla\Firefox\Profiles\xxxxxxxx.default

  • The routine of bookmarks says restoration places.sqlite is a file not supported

    I have a new laptop. I have the hard drive from my previous machine which I can read again. I followed the instructions in the help pages to restore the Favorites, sailing to places.sqlite. The wizard said this file not supported, so I couldn't further.

    If not, can I just manually copy the old places.sqlite in the new places.sqlite?

    I must have the most recent version or near the most recent Firefox, downloaded early September 2010.

    Restore bookmarks option is looking for a JSON file. As you have the places.sqlite file you can copy this file in your current profile folder, replacing one that is already there.

  • How can I get rid of the excess columns when you convert a pdf file to excel?

    How can you get rid of the excess columns when you convert a pdf file to excel? How can you get rid of the excess columns when you convert a pdf file to excel?

    Hi carlk91869849,

    Once a file is converted to excel format, you can select the columns and press the delete button to delete their data.

    If I misinterpreted your question, I would ask to provide more details.

    Kind regards

    Rahul

  • How to convert PDF files to Word, Excel and other formats, and how I got it.

    How to convert PDF files to Word, Excel and other formats, and how I got it.

    Hi convert PDFs to word,

    You can use the ExportPDF online service to convert PDF files in several formats, including Word and Excel. Once you have converted the files, they will be stored in your online account, and you can download them here.

    Best,

    Sara

  • When I want to bookmark a page, how can I know FF which folder in bookmarks in place?

    I've just updated to V29 and my favorite features are missing. The first is the drop down menu that allowed me to specify the folder in which I want to a new bookmark in place. The new star of the bookmark is just all new bookmarks in a pen. (Ugh!) The second is the disappearance of the signet Library window that allowed me to easily make a bunch of changes and re - org many bookmarks easily... Y at - it to get to a window similar to the new version?

    To bookmark, to do this.

    For the current page, right-click and select
    Put bookmark this Page.

    A link on the page, right-click on the link and select
    Put bookmark this Page.

    You should then see a window titled bookmark

    The top input box is the name of the bookmark. The default value is the
    the page / link name. But you can change it to what you want.

    Under that is a box labeled folder. This is where the bookmark will be
    stored. BUT, if you want the bookmark to another folder, press
    arrow down to the far right.

  • Firefox does not start after the places.sqlite opening in Notepad

    Firefox does not load again. I tried to create a large folder of bookmarks, but I wanted them to hide so I tried to be clever and create a copy of my current places.sqlite who had no bookmarks added and moved elsewhere, then I added bookmarks and once that replace the current places.sqlite then I created a copy of this and put it elsewhere for more security and then I replaced it with the first places.sqlite I had copied. I had to go through that much trouble because for reasons, I was unable to delete the bookmarks by right-clicking and selecting delete. I had already tried to open places.sqlite in Notepad and since then is when it started to happen. I tried to reset the file extension type, or rather detached, but I can't figure out how. I also tried to remove completely any Mozilla partner, restarted my computer and then reinstall Mozilla, but it didn't work and I prefer not to try again or uninstall it because my computer has a very difficult time even boot Windows 10. He likes to get on the desktop and then never hang while I have to restart the computer continuously until it works.

    Can someone tell me what to do or where it is that I was wrong?

    Do a clean reinstall and delete the program folder before Firefox to (re) install a new copy of the current version of Firefox.

    If possible to uninstall your current version of Firefox to clean the Windows registry and settings in the security software.

    • Do NOT remove the "personal data" when you uninstall your current version of Firefox, because this will remove all profile folders and you lose personal data such as bookmarks and passwords including data profiles created by other versions of Firefox.

    Delete the program folder Firefox before installing newly downloaded copy of the Firefox installer.

    • (32-bit Windows) "C:\Program Files\Mozilla Firefox\"
    • (Windows 64 bit) "C:\Program Files (x 86) \Mozilla.

    Your bookmarks and other personal data are stored in the Firefox profile folder and will not be affected by a uninstall and (re) install, but do NOT delete personal data when you uninstall Firefox which removes all Firefox profile folders and you lose your data.

    If you keep the problems, and then create a new profile.

  • Hi, my places.sqlite file size is 30 720 KB I reached the maximum size, is there a maximum size for this. Visited links are is more changing color.

    Hello
    My places.sqlite file size is 30 720 KB I reached the maximum size, is there a maximum size for this.
    Suddenly the visited links don't change is no longer the font color, that I prepare for an exam, I need visited issues to change color, to follow up on issues that I ended. But if I delete a few days of history, then again once, most visited links change color and then it stops, it seems that something is getting full and not able to accommodate more? Why my visited links don't change color after a number of visits? I would like to make a back up of the file places.sqlite. So I tried everything to remove the profile, uninstalling reinstalling, creating a new profile, and then copy paste places.sqlite etc, but as mentioned after a few visits, visited links is no longer change color, if I delete a few days in history and then a few visits is again change color and then stop again, so what should I increase so that my quota of visited links is increased , I also tried tweaking about: config and there has been no result. Although I was not really convinced that _pages growing brower.history_max (don't remember the name, but I'm sure you get the idea) will help.
    Seems that while my visited links change color, quota is met and only if I delete the history of a few days will I get some links most visited to change color. Can someone enlighten us? As mentioned that my places.sqlite file size is 30 720 KB so I think maybe this has something to do with it? Would be very grateful if someone could help me. Thank you.

    Sorry it is not looking good.

    1. Unlike bookmarks history is not saved in Firefox.
    2. There is a possibility using Windows.
    3. Sync is not expected to back up things until the synchronization server
    4. If places.sqlite does not sort itself you may have to re-create remove it. You will lose your history, but can still access indirectly IF you have saved a copy of the appropriate
    5. Different databases to try to create new profiles
    1. History
      is rather less robust than bookmarks, you should deliberately somehow return it upward, but it's too late now
    2. Earlier versions of Windows
      This is really the last chance. Make sure you have some places.sqlite you saved. Always before and after any attempt to restore the backup. Windows must be able to provide a previous version. One of these versions may be usable as is; or can be used after a repair with housekeeping. Of course, this is not the latest version but it should help.
    3. Sync is not a server backup service.
      Sync is intended to save on another device, no backup is the fact that the second device then contains synchronized information. IIRC Sync development ceased, and the replacement when available may include a server backup option.
    4. Recreate the database of bookmarks (including history)
      Unfortunately, recess can only use saved bookmarks, there is no saved history to use. Once the database is re-created, it will continue to store the history but it loses the existing history. This time take steps to save on a regular basis.
    5. Use the new profiles for database testing.

    To simplify comparison of the results of the database different files create one or more new additional profiles. Then try to smash the places.sqlite file into the test profile with any other places.sqlite, you want to try. Allows you to directly compare the databases, without seeking to use sync and without changing the Firefox profile work unnecessarily. You can keep a reference profile of studies with the best of the profiles of any shows results of history; According to the best recreated or corrupted database is.
    • Use the Profile Manager to create and delete profiles Firefox
    • CARE, do not rename or delete profiles created once or use anything other than empty folders when they are created. Don't nest in the other profiles. (At least until you know exactly how it behaves - post back if you never consider such actions)

Maybe you are looking for

  • Firefox 38.0.1 changed the new behavior of the page

    I have a page with all the links that I like to use; I used it for years. Each link on the page creates a new page (target = "_blank"). All of a sudden the new pages came up with nothing else that a bar of address cannot be changed... not bar menu, n

  • Titles of the image?

    Pictures has been updated to show the names of files as the titles of the image still? TT2

  • My sound is gone for all notifications, why?

    I look for iPad 2 do not know how or when, but I don't have any sound even when I'm playing solitaire, she turned even on side button can someone help please thank you

  • Cannot install Windows Update error number 80070641 update

    original title: little Question on the error 80070641 update number Hi, I was wondering if someone help cam - I had a windows update to install the-(KB2596785) next, (KB2596843), (KB2596912), (KB2596789) all for microsoft office (2007) and powerpoint

  • What is the initial volume of blackBerry Smartphones?

    What is the setting of the original volume came with the game BrickBeaker? I liked this book, but I changed it accidentally. Thank you. Mark