How to build a url with input parameters to download file in SSIS

MikeY1975 41 Reputation points
2021-12-28T20:04:59.67+00:00

I'm downloading a file in SSIS. What is the syntax for the URL with input parameters to download a file online with a date range of 10/1/2020 to 10/15/2020. The file name is Oct Download.csv

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,702 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. ZoeHui-MSFT 41,491 Reputation points
    2021-12-29T01:43:03.39+00:00

    Hi @MikeY1975 ,

    You may use Execute Process Task and Script Task to meet your need.

    Here are some helpful links you may take a reference:

    how-to-download-a-file-from-internet-using-ssis

    download-source-file-from-website-with.html

    how-to-download-file-and-then-mark-as.html

    Regards,

    Zoe


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.