strohne / Facepager

Facepager was made for fetching public available data from YouTube, Twitter and other websites on the basis of APIs and webscraping.
https://github.com/strohne/Facepager/releases
506 stars 198 forks source link

Export Options #38

Closed dorvak closed 7 years ago

dorvak commented 8 years ago

List of Export-Options:

strohne commented 8 years ago

a) bom option works now.

b) added option to select between selective or full export. when selecting all nodes and then choosing selective export, sort order is as shown in nodes view

c) experimental wide format export: all levels are joined together side by side, column names are prefixed with level number (e.g. "level_0-"), additional columns with aggregated counts are prefixed with "children" followed by the column name and value which the count is based on (e.g. level_0-children-object_type-data gives the number of all childnodes with "object type" being "data"). Think of it like exporting nodes on the deepest level (each line is a node on the deepest level) and then adding data from the parent nodes.

strohne commented 8 years ago

deleted two posts here, open a new issue for new issues pls

strohne commented 8 years ago

added export option to remove linebreaks, thank you nikicc

strohne commented 7 years ago

added export option to set separator will we add the remaining points or should the issue be closed?

dorvak commented 7 years ago

I'd close the issue, wide formatting is somewhat out of scope

strohne commented 7 years ago

ok. btw: we already have wide formatting.