Functions used for Querying Servicenow data from Azure data factory

Krishnamohan Nadimpalli 406 Reputation points
2023-06-26T06:14:53.9033333+00:00

Hi

I have created a servicenow connection, and trying to load display schema tables into Azure. Is there a documentation available where functions like CAST , CONVERT, etc functions can be used while querying the data in COPY Activity.

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. AnnuKumari-MSFT 34,556 Reputation points Microsoft Employee Moderator
    2023-06-26T08:47:33.72+00:00

    Hi Krishnamohan Nadimpalli ,

    Thankyou for using Microsoft Q&A platform and thanks for posting your question here.

    As I understand your question, you are trying to know the syntax of using 'cast' or 'convert' function in copy activity of ADF pipeline where your source dataset is pointing to Servicenow. Please let me know if that is not the correct understanding.

    'Cast' or 'Convert' functions are not available in ADF . However, if the source supports it, then you can use the query option in source setting of copy activity to write down the query with the same syntax which you use in service now to run it on the service now endpoint.

    User's image

    Revert back in comments if you face any error while debugging the pipeline with this approach. Hope it helps. Please accept the answer by clicking on accept answer button. Thankyou.


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.