Export Data - strohne/Facepager GitHub Wiki
At the end of your data fetching process use the command Export Data
in the Menu Bar to create a CSV file. CSV files can be read by all common statistic programs or programs like Excel.
If you export your database, you have different possibilities to create the CSV-file. You can choose with which symbol you want to separate your columns. You choose whether you want to export only selected nodes or all of them. If you have problems with special characters, play with the Use a BOM
field. BOM means “Byte Order Mark” and is a marker for the character encoding in UTF-format. In this specific format, special characters are stored with two bytes. Since the order of the two bytes is arbitrary a BOM is used to mark the order. A BOM is not always neccessary.
Remember, that only columns defined in the Column Setup are exported by Facepager.
You can also choose to export your database in wide-format
. If you choose this, the single node levels will be attached next to each other instead of below each other. If you want full control, instead of exporting you can open your SQLite-database with a database program like SQLite-Browser or R.