Well, just take a look at the attached csv file. I have the following freaky question:

Why when I open it with Wordpad it gives the following:

AT,"QTY / RFC1
","Promo1
","QTY / RFC2
","Promo2
","QTY / RFC3
","Promo3
","QTY / RFC4
","Promo4
","QTY / RFC5
","Promo5
","QTY / RFC6
","Promo6
"
0003-01,,,,,8,,3,,1,,0,
0005-01,,,,,,,,,,,,
And with notepad it gives
AT,"QTY / RFC1","Promo1","QTY / RFC2","Promo2","QTY / RFC3","Promo3","QTY / RFC4","Promo4,"QTY / RFC5","Promo5","QTY / RFC6","Promo6"
0003-01,,,,,8,,3,,1,,0,
0005-01,,,,,,,,,,,,

Apparently this is quite a good reason for the import/export capabilities of my excel tool not to work.
Really, does anyone have an explanation why it is like this (question 1) and how to make a code that exports a thing like this in two different formats (question 2)... Readable like one line csv, if opened in Notepad and manylines if opened in Notepad...?

Anyway, have a great day!

Regards

PS. No SCV file is attached, but you can just copy+paste the code and you will understand what I mean. Hopefully.