0

I work with clinical data at a company that, until I arrived, didn't have a data policy. Currently, raw data extraction relies solely on manually downloading CSV/Excel files from an internal portal with User + Password authentication, and these are already included in the workflow.

Are there any Python/R libraries that automate or semi-automate this process? Or do anyone have any experience automating these types of processes?

I know it would be best if the software had an API, but since they are "small" and very old, the vendors don't offer me solutions in this regard.

For now, I'm sticking with manual downloads and periodically uploading files to folders pointed to by the stream.

3
  • Try to look for RPA Python libs Commented Sep 3 at 9:04
  • Playwright is a popular browser automation library. But questions asking for libraries or other off-site resources are off-topic on Stack Overflow Commented Sep 3 at 12:11
  • Maybe you can use Python's requests to create a session with the portal and automate the downloading process. Commented Oct 15 at 10:49

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.