Solved

List to Attributes

  • 17 July 2017
  • 4 replies
  • 30 views

Badge +2

Hi,

I have configuration file from which I have to extract attributes headers for excel file.

I have managed to bring as shown below...

A,B,C,D,E

Now I want to convert this to attribute header A B C D E

attached a screenshot for better understanding... Could any one throw some light and suggest me...

icon

Best answer by redgeographics 17 July 2017, 16:11

View original

4 replies

Userlevel 2
Badge +16

I think the AttributeSplitter is the transformer you need.

Badge +2

It is making list rather than attribute header.

Userlevel 5
Badge +25

I think I have a nice workaround: writing to a temporary CSV file and then reading that back in.

none2none.fmw

Userlevel 2
Badge +17

If you need to use A, B, C... (Excel column names) as attribute names of an Excel reader feature type, just leave the "Feature Names Row" blank in the reader parameters when adding the reader to the workspace.

Reply