Skip to content

Lingaro/azure-functions-xls-validation-example

Repository files navigation

azure-functions-xls-validation-example

Running example on Azure

  1. Create function app with storage account.
  2. Create blob container named xls.
  3. Create new function and choose "Start from source control".
    • Click Setup and choose this GitHub repository.
  4. Open Power shell console in Kudu and execute:
cd \home\site\wwwroot\name_of_function
npm update

Testing:

  1. Put files from examples folder into in folder in xls blob container.
  2. All valid files will be copied into valid folder on storage.
  3. All invalid files with will be placed in invalid folder. Also invalidFile-errors.txt will be created there.

Known issues with Node.js

  • Generating custom output file names is not supported now in storage bindings (it's available only in C#). So invalid and invalid-errors.txt files have different guid prefixes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published