Skip to main content
Solved

How to add csv-attribute values to autocad block attribute value

  • March 31, 2020
  • 3 replies
  • 143 views

sprongandre
Forum|alt.badge.img

I have a *.csv-file with values, I would like to put them in a Autocad block attributes:

The issue is that the 'pino'-values which I filled in by hand will come over. The values from the csv won't (value from Sheet Name 2).

I can't get it, who can help me please? :-)

 

Thanks!

 

acad_excel2acad_Safe.fmw

0002_Sheet Name.csv

Best answer by cdalessandro

You have to merge 2 features into one so you will get a single feature with same attribute. Use for that FeatureMerge transformer whit "1" values in requestor and supplier fields. If you'll have troubles, share us dwg and csv sampled files

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.

3 replies

  • 57 replies
  • March 31, 2020

Your question is unclear, in the image the Creator is missing PR_META_2. If the value for this field originates in the csv there is no way to get the value into the creator. It would be helpful if you had a workspace to share.


cdalessandro
Contributor
Forum|alt.badge.img+4
  • Contributor
  • 19 replies
  • Best Answer
  • March 31, 2020

You have to merge 2 features into one so you will get a single feature with same attribute. Use for that FeatureMerge transformer whit "1" values in requestor and supplier fields. If you'll have troubles, share us dwg and csv sampled files


sprongandre
Forum|alt.badge.img
  • Author
  • 33 replies
  • April 1, 2020

You have to merge 2 features into one so you will get a single feature with same attribute. Use for that FeatureMerge transformer whit "1" values in requestor and supplier fields. If you'll have troubles, share us dwg and csv sampled files

Yes that did the trick, thanks a lot! :-)