An Azure service for ingesting, preparing, and transforming data at scale.
Hi @Rene Rugerio ,
Thankyou for using Microsoft Q&A platform and thankyou for posting your question here.
As I understand your query, you want to know if there is any way to error out a specific row out of the whole dataset using mapping dataflow. Please let me know if my understanding is incorrect.
You can make use of conditional split transformation to split the dataset into good rows or bad rows based on the condition you provide.
For example: If a column should hold date values and there are few records having invalid date then you can discard them using expression : isnull(toDate(ColumnName,'dd-MMM-yyyy')) . You can formulate your query based on the expected value for the column
For more details, kindly check out this video: Handle Error Rows in Data Factory Mapping Data Flows
Hope this will help. Please let us know if any further queries.
------------------------------
- Please don't forget to click on
or upvote
button whenever the information provided helps you.
Original posters help the community find answers faster by identifying the correct answer. Here is how - Want a reminder to come back and check responses? Here is how to subscribe to a notification
- If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators