Skip to main content
Question

Selecting by row number

  • 26 July 2024
  • 1 reply
  • 27 views

Hi,

I’m attempting to create attributes from an unstructured html table.

Looks like this…

 

The table is originally a Word .doc, that I saved as a .html file so I could read it in FME.

 

For example, I’d like to create an attribute (AttributeCreator) that selects based on row number … eg “Survey Authority” = Col1 row4

or

“End Date” = Col2 row8

This there a way I can do this ?

thanks

 

 

1 reply

Badge +3

Answering my own question here … but I used a ListBuilder, then an AttributeManager to isolate each item in the table.

 

Certainly, still keen to learn of any improvements though.

Reply