Tag: python

Data Services Python Script Call

Data Services Python Script Call

Data Services Python Script Call In the magical world of data extraction Data Services offers great out of the box functionality to extract data from databases like SQL Server, MySQL, PostgreSQL, Oracle… and from SAP ECC. However, to extract data from REST APIs it lacks some functionality. Therefore, we will use one of the most […]

XML With Python

XML With Python

XML With Python DOM (DOCUMENT OBJECT MODEL). We load the entire file in memory because then we can access the content like it’s an object. Which results in faster processing and also giving it the possibility to make adjustments in the file. SAX (SIMPLE API FOR XML) Reads the file bit by bit and processes […]

Downloading your email attachments in bulk using Python

Downloading your email attachments in bulk using Python

I recently had to download the attachments from a few thousand emails that were sent to me by an automated process at my current client.  These emails contained log reports and were sent to me every hour in preparation for the project.  Microsoft Outlook does not provide you with an elegant solution to download the attachments from […]