Note that Websem also supports the use of R. Therefore, you can also create an R file with the code such as
dset = read.table("old.txt", header=T, sep = "\t")
write.table(dset, file="new.txt", row.names=F, quote=F)
Run the code to generate a new data file.