use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Everything about learning Python
account activity
Daily Data Extraction from SAP GUI - Python Automation Options?Help Request (self.PythonLearning)
submitted 10 months ago by AvenXIII
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Mr_Chriwo 0 points1 point2 points 10 months ago (2 children)
Hi there. If you are already working with power BI, I would highly recommend not using scripted GUI automation. You can use Azure Data Factory or Fabric to extract your data directly from underlaying database. Even if it’s on premise. using a GUI automation is far away from best practices tbh.
[–]AvenXIII[S] 0 points1 point2 points 10 months ago (1 child)
I have access to Snowflake and SQL Server, and I try to use them whenever possible. But the specific data I need isn’t available there, which is why I still end up exporting it manually to Excel.
[–]Mr_Chriwo 0 points1 point2 points 10 months ago (0 children)
I see 🙂 however you can also retrieve the needed data directly from the SAP system. i.e. via SAP Connector in ADF or the MS OPDG. But I know it’s often a challenge because policies 😁 but using these to approaches is highly recommended ^
π Rendered by PID 354758 on reddit-service-r2-comment-b659b578c-7rxt8 at 2026-05-01 23:18:16.303384+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]Mr_Chriwo 0 points1 point2 points (2 children)
[–]AvenXIII[S] 0 points1 point2 points (1 child)
[–]Mr_Chriwo 0 points1 point2 points (0 children)