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