I have got an export script that takes my HTML table and exports it as a csv.
The only problem is it seems to limit itself to just 50 rows.
I’m afraid there is too much to paste on here but if you look in my head you can see the included files 🙂
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I found the problem, the page wasn’t UTF 8 so it was cutting off whenever it saw a character it didn’t like!