Dear community,
My aim is to use FME desktop 2015 in our back-end infrastructure to perform quality control (QC) for data which remote users will be uploading to our server using our front-end infrastructure. To inform the users who upload the data on preliminary QC measures (i.e. are all necessary files present in a *.zip file which represents ESRI SHAPE?) I need to:
(a) Collect the error and warn messages produced during the preliminary QC translation
(b) Write the collected error and warn messages into a database table.
(c) Use the data stored in the database table to dynamically inform the users on the fly on whether they need to re-upload the data (i.e. failed preliminary QC), or the data are good to go the next stage (i.e. passed QC).
I want to achieve (a), and (b) using FME.
I would appreciate any insights!