I'm new with FME. I have one attribute with this value "Zonne-energie in woonplaats vermogen 0,2394 MW, beschikte productie per jaar 227,43 MWh, looptijd 15 jaar. Het project is nog niet gerealiseerd (peildatum januari 2020)."
I want 4 values out of this values and put them into 4 attributes.
- 0,2394 MW into VERMOGEN
- 227,43 into PRODUCTIE
- 15 into LOOPTIJD
- januari 2020 into PEILDATUM
I want to use StringSearcher but i don't what Regular Expression to use. C
Who can help me?