UE-VAT-identification

From a European VAT numbers list, validate the tax id by listing the companies' information (legal name and address)


UE-VAT-identification

From a European VAT numbers list, validate the id and list the companies information (legal name and address)

What you need

You need to have NodeJS installed, at least at version 7.7.0 (development version of this script)

How to use it

  • Prepare a csv file containing the list of vat numbers, one number per line
  • run the script from the command line:
cd UE-VAT-identification
node async_e-vat-id.js -l path/to/my/vat/list.csv

The result will be delivered in 2 csv files containing:

  • the companies info: ‘list_of_companies.csv’
  • the vat numbers that could be identified due to an error throwed by the UE soap server: ‘vat_not_identified.csv’