I do have requirement where in we do have many processes and each process have N number(thousands) of Customers sending data in Spread Sheets, to keep it simple I am looking to understand what features or Tools or Plugins or 3rd party add-ons we can leverage with Alteryx to build functionality what OneSchema Excel Importer can offer. Like for each process we need to be able to create a template and define all the pre-validations inside it and provide UI to end customer to be able to upload the file and we can either accept it if the file in inline with the pre validations defined or reject it giving them details of file format etc inconsistencies. Once file is accepted it should be able to push it to Shared Drive from where our process can pick for processing.
Regards,
Siva
Hi @skarpurapu, there isn't an Alteryx tool where you can provide a whole UI for Excel uploads to your end customers. However, there is an add-on in marketplace you could try for loading Excel files based on a schema pattern: https://marketplace.alteryx.com/en-US/apps/430452/excel-hoover/overview
I have done something similar many years ago and so I'll state that use case and you may be able to get something from it. This solution was webpages embedded in Tableau, but could be just a gallery app, or a webpage anywhere else. It requires Alteryx Server, but a similar thing could work on Designer, with manual runs...
Issue:
End user interface (these were store managers around the country):
Back-end:
That's a business? Really? I mean dude -> where's the barrier to entry? and you're paying for an Alteryx license too?
I agree with @apathetichell This in itself sounds like a bespoke solution I mean have your and your internal team discussed this project at all in which case you would have listed out possible solutions for this I mean the best way to build a solution like this is coding such a Python and flask that would be my approach.