Fairly new to FME and having some problems trying to get what I want.
Trying to create polygons from raster extents using the RasterExtentsCoercer tool. I also need to write variable attributes into the resulting shapefile depending on the basename. i.e. the raster files are in a very specific naming convension "mmm_sss_ttt_pp_yyyymmddthhmmss_oooooo_dddddd_nnn.eee". Each part of the string relates to key information that needs to be included in the shapefile. How do I extract this and get it to write to each of the attribute columns?
e.g.
SWATH = sss
PRODUCT_TY = ttt
POLAR = pp
DATE = yyyymmdd
TIME = hhmmss
etc.
I've done this kind of string extraction work before in excel but never in FME so any suggestions would be greatly appreciated.
Many Thanks in advance!