I have put in the following do I can join the attribute table. The command that I used is,
ogr2ogr “SELECT GRID_CODE.grid_id. FROM id150_2 GRID_CODE LEFT JOIN ‘population.csv’.grid_id ON GRID_CODE=grid_id” id150_out2.shp id150_2.shp and the output is,
FAILURE:
Unable to open datasource `id150_2.shp’ with the following drivers.
→ ESRI Shapefile
→ UK .NTF
→ SDTS
→ TIGER
→ S57
→ MapInfo File
→ DGN
→ VRT
→ AVCBin
→ REC
→ Memory
→ CSV
→ GML
→ PostgreSQL
Not sure what I am doing wrong.
Thanks
Dawn