Skip to main content
Question

Selecting by row number

  • July 26, 2024
  • 1 reply
  • 74 views

joneszero
Contributor
Forum|alt.badge.img+6

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

joneszero
Contributor
Forum|alt.badge.img+6
  • Author
  • Contributor
  • July 26, 2024

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.