I have python script that generates CSV file by reading multiple csv files as input. from linux machine i am sending that csv file as an email attachment using mail command. when i open that attached file on window's machine using MS Excel its adding one extra blank line line between each line present in csv. when i open that file in linux using vi editor its fine only four lines are present in csv file. Its more strange when i copy that file using winSCP from linux to window and open in MS Excel file is good no extra blank lines. Is there anything wrong in mail command or my script is not generating correct csv file.
can anybody find something wrong that i am missing in this process.