Hi @Prakamya Aishwarya ,
Thank you for posting query in Microsoft Q&A Platform.
If your first row will not have any data for last column then Azure data factory delimiter text formatter is going to ignore that column. Hence, you see in your case it as 3 columns only.
To avoid this issue, we can consider below work arounds,
- Alter source file to add one more extra comma at the end.
- Load schema of Dataset from dummy sample file from local, instead of loading it from connection or store.
Between, I agree with your point that we can consider this as bug may be to see if this can be fixed. I raised concern with product team. I will be updating thread here once I here back response. Thank you.
Hope this will help. Please let us know if any further queries.
----------------
Please consider hitting Accept Answer
. Accepted answers helps community as well.