A collection of simple tools for QGIS.
The list of available tools should grow over time :
JSON | CSV |
[ {"id":1, "color":"red"}, {"id":2, "color":"blue"} ] |
id,color 1,red 2,blue |
{ "id":123, "contact": {"tel":555, "mail":"a@b.c"} } | id;contact_tel;contact_mail 123;555;a@b.c |
{ "shades": [ {"id":1, "color":"red"}, {"id":2, "color":"blue"} ] } |
shades,shades_id,shades_color ,1,red ,2,blue |