Hi :)
I have some weird problem, I using this for export data into csv and it doesn't work properly. It generates csv file with coma separated values but excel sees it like ordinary file, it displays like this:
| 0,"item name" |
|
| 1,"item name" |
|
| 2,"item name" |
|
instead of this:
| 0 |
item name |
| 1 |
item name |
| 2 |
item name |
I tried to generate csv file in excel, open it in notepad++ and copy to x++ generated file and it also displays wrong so I assume that is problem with file properties but i don't know how to solve this.
Can somebody, please, tell me what I am doing wrong?
*This post is locked for comments
I have the same question (0)