Skip to content

Instantly share code, notes, and snippets.

@soiqualang
Created November 13, 2019 02:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save soiqualang/db055fe389df061bf9c636af17a6ee0f to your computer and use it in GitHub Desktop.
Save soiqualang/db055fe389df061bf9c636af17a6ee0f to your computer and use it in GitHub Desktop.
Replace in QGIS and ArcGIS

replace in qgis

case when "Loai_hinh" is 'Nha hang' then replace("Loai_hinh",'Nha hang','Nhà hàng') else "Loai_hinh" end

replace in arcgis

Replace([ten_truong],"old_value","new_value")
Replace( [Vehicle_1] ,0,"NULL")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment