Appending to CSV adding an empty row

Every time I append to csv within a foreach loop it adds an undesired empty row before added the next row

@sseidl88 can you please share your input file and xaml

I was able to fix it. I had incorrectly made my datatable that I was appending to the csv to have 2 rows instead of one prompting it to always add the undesired blank row

I have same issue. what exactly you did to fix the problem. I have same issue