0

I have multiple containers with blobs(.xlsx format) in it, how can I use one azure search service so that on each rest api call I can get sum of count of a column from each blob or all blobs ...

1 Answer 1

2

There is not an out-of-the-box way to do this.

A few suggestions:

  1. If you are reading blobs using the Azure blob SDK (not using built-in indexers), you would have to extract the Excel data and compute the count (examples of how to get the Excel data with .NET are here)

  2. If you are using pull blob indexers you can either:

Here is a repo of Power Skills (custom skills applied to different use cases) in case you need examples of how to use them and the skillset official documentation

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.