Hi @Yogesh Nikam ,
Thank you for posting query in Microsoft Q&A Platform.
Above error will come, when you source dataset format is not binary but sink dataset format is binary.
In your case, your source data is SQL table, so might have used SQL dataset which is pointing to your table. Hence, you cannot use binary format as sink dataset type. Kindly use different format type depending on type of file(csv, parquet etc..,)
Below are file format types you can choose. except binary in this case.
Please note, in above if you want to generate file with extension .txt then inside dataset filename filed explicitly use file name .txt
Hope this helps. Please let me know if any further queries.
---------------
Please consider hitting Accept Answer button. Accepted answers help community as well.
and upvote
for the same. And, if you have any further query do let us know.