python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to convert Excel to JSON in Azure Data Factory?
I want to convert this Excel file which contains two tables in a single worksheet
Into this JSON format
{
parent:
{
"P1":"x1",
"P2":"y1",
"P3...
puri
Votes: 0
Answers: 1
Snowflake and Data Factory Error because of regions
Im getting an error when running Data Factory to load data into Snowflake:
ErrorCode=SnowflakeUnsupportedCouldPlatformForImport,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Messa...
Ivonne Roche
Votes: 0
Answers: 1
Azure Data Factory Alter Row | Skip Columns while matching Data Between Source and Sink
We are using ADF pipelines and Alter row transformation to update our data in the sink. While matching source and target data, we want to ignore a column while evaluating data between target and sink....
skoundin
Votes: 0
Answers: 1
Synapse CopyData Tool Changing datetime to int96
So I'm pulling items from a database via a query to put that data into a datalake. All that works great, the preview comes out wonderfully on the source tab. On the Mapping tab however, Whenever I hit...
Dan Williams
Votes: 0
Answers: 1