Don't truncate CSV project exports

A few weeks ago, I noticed that a CSV project export was missing some tasks. After quite a lot of research and a few emails with Asana support, I was informed:

One thing to note is that CSV exports are truncated at 3000 lines as the export limit. This is why you are seeing tasks missing.

This is quite problematic, for a number of reasons. The biggest issue for us is that we use the project exports 1) to backup our editorial calendar, and therefore need them to be complete, and 2) to create an interactive database in Excel that pulls together data from a few different sources. Limiting the export to 3000 lines (without clearly indicating what tasks are being omitted) makes it very difficult to keep both of these things up to date.

I recognize that there may be technical challenges to exporting especially large projects, but I think there are a few different solutions that would be better than the current approach, including:

  1. Clearly communicate the necessary row limit for project exports, indicating which tasks were included and which tasks were excluded. (OK)
  2. Automatically break the export into multiple CSV files. (Better)
  3. Increase the limit for CSV exports from 3,000 rows to something like 50,000 rows. (Best)

Thanks!

7 Likes

@Matt_Tully, thank you for your feedback, and for sharing your awesome use case with Asana! I’m interested to know more about your interactive database, and what kind of information/reporting you get from that database, too.

To your specific question, we truncated the export for performance reasons. That being said, two workarounds that might help:

  • You could generate an Advanced Search and export that search instead. So, for example, you could only export Tasks that are due this week, or were modified last week, etc. in order to narrow in on the number of Tasks you need to export.
  • You can also write an API script that would allow you to export the entire project. If you’re interested in learning more abou that, I’m sure @Matt_Bramlage, our Head of Developer Relations, can help with the details :slight_smile:

Thank you again for your feedback!

1 Like

Hey Sara, I’m noticing my CSV is being truncated now to 2000 rows. It used to be 3000 and now it’s 2000. Was there a change?

The workaround is very annoying and we had a good process going using the .csv that I’m afraid we have to revise now. Can you please increase the limit?

2 Likes

@Sara and @Matt_Bramlage - can you advise?

The reduction to 2000 rows is making it even more complicated now.
I have a whole project that has just over 2000 rows, including sub tasks.

3 Likes

Just want to add my voice here, truncating advanced search and project results is absolutely miserable. Why would you assume everyone using Asana can write some code/software if we want to make a backup or archive of our projects? The full organization export is not a sufficient replacement, it lacks project info, and it also relies on some level of coding knowledge to get much use out of.

If you want users like me to feel good about using Asana permanently, you must provide us an easy way to access all of our information. You can’t bury it behind code.

I understand wanting to improve performance, but at what cost?

8 Likes

Right now i am receiving a message “Truncated at 250 rows.”
Why that?
Is there a way to receive the last completed tasks?

thanks.

1 Like

I have only just discovered this limitation too.

@Sara I have another use case for this feature. We have custom fields in a project called KPI. These fields record the client name and estimated number of minutes to complete the work. I add tasks to this project (in addition to their ‘actual’ project) and record the extra data, I then export just the KPI project and use a pivot chart in Excel to see time allocation for the team as an overview.

Truncating at 2,000 lines is a significant limitation, sadly I’ve just discovered this by chance. A bigger warning on export would be helpful. The export from a search doesn’t output the data in the same way (column order) - is this something that can be specified?

Thanks

3 Likes

I experience the same truncation at 250 rows.

How can this be helped?

Thanks and regards

I’m getting data truncated at 1,000 rows of data. This is entirely because of relatively detailed subtasks in tasks that get duplicated upon completion.

In my use case, I am trying to track my personal task completion and am not getting an accurate picture due to exporting more information than I truly care about. I would ideally like to export just parent task information. This issue exists whether I export from the project or from a search.

@Sara any updates on how to work around this export limitation? Like others on this thread, I do not have coding expertise, so would prefer a non technical solution.

I am also now being truncated at 1000 rows after it has been 2000 on Oct 1. I am pulling monthly data to track our team’s performance. They create a new task for each item we process. We have been just under 4000 rows of data recently, so I was pulling bi-monthly reports, but now I will have to pull weekly reports and “match” columns (the exports move columns around that I have to manually manipulate). This is likely too much work and I will simply look for another platform. Shame as we have been using Asana for years now.

I am getting the same behavior when exporting to Google Sheets. I had to break it in three parts to unify them back on Google Sheets. This workarround are with days counted once our taklists are growing fast, we may need to break it in more distinct queries


1 Like

What was your process for parsing your export into pieces?

Hi there, Exporting Asana reports with distinct date ranges. I also found that collumns dont allways come in the same order. I had to create a supporting sheet to reorder the way i wanted.

I have the same problem!

2000 rows is the max limit


How i can do a complete BACKUP of my data?

Same problem. Truncated at 2,000 rows of data. Forces me to do break into pieces and this is time consuming.

Hi,

This is a huge issue since most of our internal analysis of the project requires us to have complete details and truncating at 2000 really bummed me out. Requesting to have option to download all rows of data without any additional hassle.

Thank you!

1 Like

@Sara This is unbelievable. If there is a limit to how many rows I can export in CSV, why in the world would the system not indicate that in some way when the export is occuring? I figured this out by chance today and can only assume that Asana hides this fact because it would have been a dealbreaker for us moving to this platform.
What can we do to increase this limit?

We are doing similar things to keep track of estimated hours for work using pivot tables. Completely agree that truncating like this with NO WARNING (can’t stress that enough) completely kneecapped me today and means I have to come up with another workaround.

I have added your workarounds in đŸ”„ Hottest feature requests and their workarounds
Note: I can rather simply code something to generate a CSV export above that limit using the API. Anyone interested?

1 Like

@Bastien_Siebman Thanks so much for adding this to your workarounds! I’m definitely interested in the API solution you mentioned.