 |
|
Code (VB.NET)
StreamReader streamReader = new StreamReader("D:\\Test\\Test\\csv\\customersd.txt");
String text = streamReader.ReadToEnd();
text = text.Replace('\t',',');
จะเอา ข้อความใน ตัวแปร txt ไปใส่ txt file เดิม
ตัวอย่าง ข้อความในตัวแปร text ที่ทำการ Replace แล้ว
Code
customerid,name,email,countrycode,budget,used
c001,1,2,3,4,5
c002,2,3,4,5,6
c003,3,4,5,6,7
c004,4,5,6,7,8
c005,5,6,7,8,9
Tag : .NET, Web (ASP.NET), C#, VS 2008 (.NET 3.x)
|
|
 |
 |
 |
 |
Date :
2011-05-12 10:46:45 |
By :
ekanan |
View :
2408 |
Reply :
2 |
|
 |
 |
 |
 |
|
|
|
 |