bk071
Elite Member
- Nov 24, 2010
- 3,302
- 8,845
Sounds interesting. So the delimiter allows you to use the text file and keep the data separate in the text file.
Correct.
Any good examples on this? II'll see if stack overflow has some examples and try it out.
I don't have any sample code to show you. But it shouldn't be hard. Put a semicolon after every column while writing to file.
On a side note, I always prefer storing the scraped data in a mysql database. Its much easier to query and if you need a csv you can always export it from a mysql admin took like phpmyadmin.