Skip to main content
Solved

Data popularization in table

  • August 4, 2015
  • 6 replies
  • 9 views

Forum|alt.badge.img
Hi for all!

 

I have  xls table with huge datas about inspection for different zones as shown in attached picture (this is the small example).

 

How can I write text values from "Area n." column to "Area"?

 

F.e. for rows with "Area n" 1, 12, 3 I want write East gate in "Area" column and etc.

 

 

Thx

Best answer by takashi

This is a solution example based on Gio's suggestion - VariableSetter/VariableRetriever.

 

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.

6 replies

david_r
Celebrity
  • August 4, 2015

takashi
Celebrity
  • August 4, 2015
Hi,

 

 

I'm not sure how the table should be transformed.

 

Do you need to add the area name to the "Area" column like this?

 

 

 

Takashi

gio
Contributor
Forum|alt.badge.img+15
  • Contributor
  • August 4, 2015
You can achieve this by reading the column "Area n." into a variable for each occasion the value is not a number.

 

You parralely (..is that a good word??) read the variable (using a VariableFetcher) into Area attribute.

 

 

 

Or you can simply use a conditional attribute creator with adjacent feature reading. (though with big data this will use more memory,( i have scripts that crash on memoryusage when using adjacent featuresettings)

Forum|alt.badge.img
  • Author
  • August 5, 2015
Takashi,

 

Yes, It should looks like on your picture...

 

 

takashi
Celebrity
  • Best Answer
  • August 5, 2015
This is a solution example based on Gio's suggestion - VariableSetter/VariableRetriever.

 


Forum|alt.badge.img
  • Author
  • August 5, 2015
Gio, Takashi!

 

Many Thanks!