- Sold between 100 000 and 250 000 dollars
- Exclusive Author
- Referred between 1000 and 1999 users
- Has been a member for 3-4 years
- Bought between 10 and 49 items
- Item was Featured
- Author was Featured
- Europe
We can download csv from statement page, but only for current month.
Any chance to download full statement from beginning until current day?
As far as I remember it worked few months ago :/
Optionally we can fetch all with statementer (btw awesome script by revaxarts), but values are not separated by commas, and I can open it in excel only as plain text, but I would like to have csv syntax: “value1”,”value2”,”value3” etc in order to manipulate with data.
Thanks.
- Sold between 100 000 and 250 000 dollars
- Exclusive Author
- Referred between 1000 and 1999 users
- Has been a member for 3-4 years
- Bought between 10 and 49 items
- Item was Featured
- Author was Featured
- Europe
Just flagged 1st post for staff reply. I hope that staff will have appropriate answer on bold question above.
Now we can download statements for every month, one by one, and creating final statement in excel looks like huge and boring work (36 months for me). I don’t see reason why can’t we download all statements in one csv file. :/
I think that only logical answer is a bug.
Thanks.
- Grew a moustache for the Envato Movember competition
- Community Moderator
- Contributed a Blog Post
- Author was Featured
- Item was Featured
- Won a Competition
- Repeatedly Helped protect Envato Marketplaces against copyright violations
- Has been a member for 4-5 years
There has never been a “download all” option. This should be relatively easy for someone to create as a browser extension. Currently I scrape my statements and combine them with a bit of PHP .
Just make up a bunch of links like this in an email to yourself, then click on each of them to download each file, eg:
http://codecanyon.net/user/dorde/download_statement_as_csv?month=8&year=2012
http://codecanyon.net/user/dorde/download_statement_as_csv?month=7&year=2012
http://codecanyon.net/user/dorde/download_statement_as_csv?month=6&year=2012
http://codecanyon.net/user/dorde/download_statement_as_csv?month=5&year=2012
etc..
then use “cat” or whatever the windows equivalent is to combine all the files together, then sort the final file by date, and remove all the headers that will be grouped together at the top. shouldn’t take more than 10 minutes.
- Microlancer Beta Tester
- Author had a Free File of the Month
- Has been a member for 3-4 years
- Item was Featured
- Author was Featured
- Austria
- Exclusive Author
- Referred between 200 and 499 users
If you use the “fetch all” function you can copy and paste the result in excel and can work with the data. The problem with comma separated values is that you can’t copy paste them directly into Excel. I uses tabs instead of the comma
- Sold between 100 000 and 250 000 dollars
- Exclusive Author
- Referred between 1000 and 1999 users
- Has been a member for 3-4 years
- Bought between 10 and 49 items
- Item was Featured
- Author was Featured
- Europe
Thanks for replies.
I have worked with csv before, but never with tsv. Everything is fine now, I saved statementer data to txt, renamed to tsv, opened in excel and works like a charm 
Thanks!
