Hello
I am referring to design of the similar solution to this one:
https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Verification-VAT-numbers-VIES-website/td-p/116276/page/2
The website for Slovakia is:
Detail - PFS (financnasprava.sk)
When I enter information here:
I am receiving information like this:
How could I get the information provided by the Slovakian Tax Administration with Alteryx?
Hi @Kingazawora,
it seems like the website is not that easy to decode.
I don't get how to come from the query to the result page. The next "issue" would be the pagination you need to implement.
I think it might be easier to use the OpenData download
https://opendata.financnasprava.sk/en/opendata/show/zoznam-danovych-subjektov-registrovanych-pre-dph1
Please see attached a sample Workflow downloading the most recent information.
Best regards,
David
I was able to replicate your issue in 2020.4.5
I expect this is somehow related to the Download Tool in combination with the Dynamic Input in this older version causing this issue. The Dynamic Input tries to read the file while it is still downloading.
This is how I solved it
Simply add a "Block Until Done" in front of the Download Tool and then everything should be OK. Please keep AMP enabled ... for some reason it tends to fail when disabling it.
BTW: 2020.4 is already out of support. Please take into consideration to upgrade your server environment.
I attach workflow that I have started
@DavidSta - Could you help out here?
Thanks for that!
Hi
When I want to set up the process on a server, the zip file dies not want to save. Is there a way to have this fixed or this is general server error?
Thanks, Kinga
for me it is working fine on the Server. Which message do you get? During upload validation or execution?
I am getting following message during execution:
Please note:
-server that our company is using can only sale workflows from 2020.4 version of alteryx
-when I run on my desktop, all is fine
-the file that is being saved should have the side as the one initially downloaded and instead, saves as 17kb so very small size
I am a little bit confused about the file path your server is complaining about.
In the sample workflow I shared a temporary file is used to process the download. Have you specified a filename/path to store the downloaded file? Which modifications have you done to the workflow? Can you share it?
When I convert to your version but in 2020.4 alteryx:
File in 2020.4
@BrandonB - would you help to find a way as in my initial post and as per solution for PL (https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/VAT-ID-Poland-API-check/td-p/1208854) or EU (https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Verification-VAT-numbers-VIES-website/td-p/116276/page/2) to check based on real upload rather than download?
@Kingazawora this is because there isn't an API for the site. It would appear that dynamically downloading the XML file is the best approach given what they provide
The issue is that on desktop, this solution works, however on the server it does not in the gallery and i get following error (attached screenshot).
Zip file on the server/gallery does not download fully.
Dear All,
Can some expert guide me to resolve the below issue
Error: XML Parse (12): attribute name expected at Line:1 and Column:23 at value <env:Envelopexmlns:env="http://schemas.xmlsoap.org/soap/envelope/"><env:Header/><env:Body><ns2:checkVatResponsexmlns:ns2="urn:ec...
Also share the latest VIES VAT ID validation workflow.