Hi FME Community,
So I’ve created a basic FME Flow application using a script that simply lets you upload two excel files then generates a html report comparing the two.
I’m wanting to improve this functionality where there's a dedicated library of files (.csv) from cloud drive (One Drive) as buttons or drop down selection menu. Requiring only to upload the comparison .csv file.
Would I have to achieve this by writing a python or java script in a custom HTML in a HTML report generator?