Tagged Questions
2
votes
3answers
529 views
PHP Parsing a .dat file
I have a .dat file that is essentially ; delimited file and I'm trying to convert it to a tab delimited .txt. The problem that I am not sure about is that each row of the new file will be a ...