Today I was trying to import a DXF to Qgis, the result is that qgis displays everything LINES and POINTS but it only displays options for the POINT objects. When I try to export to a shapefile, it throws an error (Can't export LINES). When I try to export to geojson, that's ok, it exports everything.
What I want is to separate POINTS from LINES so I can work with them. Is there any workaround or suggestion on how to do that?