vb Code:
dim lines() as string = io.file.readalllines("csv.txt") for x as integer = 0 to lines.getupperbound(0) if lines(x).contains(".,") then lines(x) = lines(x).replace(".", "Value4") end if next io.file.writealllines("csv.txt", lines)
|
Results 1 to 6 of 6
Thread: Replacing value in .csv fileThreaded View
Tags for this Thread |
Click Here to Expand Forum to Full Width |