I have .json files stored in AWS S3 bucket.
I use the function OpenStreamAsync
to get a specified file and I want to read it and arrange the items according to the way I expect them to be in the .json file but into excel (I use EEPlus
).
What is the best practice to do so?