## In Processing toolbox > Styling helper :
-- Categorized style from CSV: use a CSV file to define the style (categories,labels,colors) of a vector layer
## In Plugins menu > Simple tools :
-- Inspect BIG csv (or text) files by quickly showing their first rows.
-- Analyze the raster tiles of a folder (and sub-folders) : create a grid based on the tiles, search for duplicates (same location)...
-- Multi-layers GPKG to multiple GPKG files : extract the layers and styles.
-- Open JSON or convert to CSV: flatten a json tree.
JSON | CSV |
[ {"id":1, "color":"red"}, {"id":2, "color":"blue"} ] | id,color 1,red 2,blue |
{ "id":123, "contact": {"tel":555, "mail":"[email protected]"} } | id;contact_tel;contact_mail 123;555;[email protected] |
Plugin Tags