[GIS] QGIS export attribute table to CSV and keep value relation

attribute-tablecsvqgis

If I export my joined table to CSV I get the numeric id value instead of the value relation name from the joined table.

Can I export my table with the value relation value?

Best Answer

I found a solution. To date it does not seem possible to export the attribute table to a csv and keep the value relation at the same time.

There is however a way of accomplish it by using a your SQL client. I just made a join between the Child and the Parent table to display the value instead of the numeric id number.

Note: If you are working with *.shp you can always import them into spatial lite to do the join in SQL language.

Related Question