JSON sink in dataflow generates empty file whereas data preview shows data

Meher, Shweta 1 Reputation point
2024-07-31T17:24:56.7466667+00:00

We have built a Dataflow pipeline which is exporting data in json format which has array struct .I am able to preview the data in preview and able to export it in CSV from preview window.But when I run the pipeline ,it completes with success generating empty json file .All the datatype is verified and validated.

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

1 answer

Sort by: Most helpful
  1. hossein jalilian 11,055 Reputation points Volunteer Moderator
    2024-07-31T18:52:29.17+00:00

    Thanks for posting your question in the Microsoft Q&A forum.

    Ensure that your source files contain valid data and remove any empty files and double-check that all data types are correctly set and match your source data structure.

    Experiment with different partitioning strategies to see if it improves the output, insert additional sink steps throughout your data flow to identify where the data might be getting lost and try running the pipeline with a small subset of your data to isolate the issue.


    Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful


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.