how to add ingestion time column in csv getting created by calling rest api from azure data factory copy activity

vijayshankar 0 Reputation points
2025-03-18T14:57:56.8066667+00:00

Hi,
I am getting some data from Rest API and copying it in a csv file. I want to add a additional column ingestion_timestamp, which is time at which pipeline ran, to each row of csv .
How do I achieve this, as additional column is only available on UI when working with a Text Source ?
Thanks

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,624 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Nandan Hegde 36,146 Reputation points MVP Volunteer Moderator
    2025-03-18T15:14:08.2966667+00:00

    Can you please confirm on what you mean by this :

    as additional column is only available on UI when working with a Text Source ??

    because with REST as a source in copy activity, you can add additional columns :

    User's image


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.