Read AEM DAM csv files using Python

67 Views Asked by At

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? I can only see Java API for AEM design and setup.

1

There are 1 best solutions below

0
mukku105 On

You could create a servlet that fetches the CSV from AEM DAM. This servlet can then be accessed through Python and store file somewhere else.