Hi Experts,
I have a text file and I want to extract the below information from it. PFA the text file.
At first, I want to extract the unique code 100101(which is for section 1001 (second line)), the name for that code (might not be unique) and the Lat/Long (Y,X coordinates). I want to save the output in a text file with one space/comma (delimiter).
Is it possible with FME? From my side, I tried using Text file reader with substring extractor yet I am not getting what I exactly want to do.