Skip to main content
Solved

shp renaming based a list while keeping swedish letters in attribute

  • October 4, 2016
  • 2 replies
  • 22 views

bonbon
Contributor
Forum|alt.badge.img

Hi,

I have a folder with 60 shapefiles, they need to be renamed based on a list.

I tired file copy with AttributeValueMapper , but it dosenot keep the special letter in swedish ("ö","ä","å") in the shp attribute.

I donot understand why when I use copy file it will change the shp attribute.

Is there any good solutions

Best answer by takashi

Hi @bonbon, I don't think the File Copy writer changes contents of files. A possible reason I can think of is that the source Shapefile files contain code page files (*.cpg) but they have not been copied into the destination folder. Isn't it such a situation?

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

takashi
Celebrity
  • Best Answer
  • October 4, 2016

Hi @bonbon, I don't think the File Copy writer changes contents of files. A possible reason I can think of is that the source Shapefile files contain code page files (*.cpg) but they have not been copied into the destination folder. Isn't it such a situation?


bonbon
Contributor
Forum|alt.badge.img
  • Author
  • Contributor
  • October 5, 2016

Hi @bonbon, I don't think the File Copy writer changes contents of files. A possible reason I can think of is that the source Shapefile files contain code page files (*.cpg) but they have not been copied into the destination folder. Isn't it such a situation?

Thank you so much! It is exactly as you said!