This looks promising, thank you for sharing. I was hoping to be able to read the file contents directly to a pandas dataframe rather than downloading locally first, but I think this will work nicely if that is not possible.
I am looking to use the data elsewhere, so I want to export it from AEM. Ideally I could just read it from a code based solution in Python and not have to download the entire file locally before processing. Unfortunately this link is not helpful for my case since I want to read the entire set of act...
I have a requirement to read data from a csv in AEM DAM environment. The data will then be processed using Python/Databricks and stored elsewhere.Is there an API or equivalent process to read this data using Python?