Quantcast
Channel: NAV Three Tier — mibuso.com
Viewing all articles
Browse latest Browse all 10032

Upload the file .csv and utf-8

$
0
0
Hello everyone

I do upload the file .csv and utf-8.

I have a problem, how to make the transition to a new column?

What am I doing wrong?


outFile.CREATE('c:\temp\UtfTest.csv');
outFile.CREATEOUTSTREAM(_outStream);
streamWriter := streamWriter.StreamWriter(_outStream, encoding.Unicode);

LF := 10;
CR := 13;
HT := 59;

streamWriter.WriteLine('one');
streamWriter.WriteLine(FORMAT(HT));
streamWriter.WriteLine('test');
streamWriter.WriteLine(FORMAT(HT));
streamWriter.WriteLine('test 2');
streamWriter.WriteLine(FORMAT(CR) + FORMAT(LF));

streamWriter.Close();
outFile.CLOSE();


Viewing all articles
Browse latest Browse all 10032

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>