Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Column Limit when Uploading a dataset? #81

Open
phisshion opened this issue Nov 25, 2019 · 3 comments
Open

Column Limit when Uploading a dataset? #81

phisshion opened this issue Nov 25, 2019 · 3 comments

Comments

@phisshion
Copy link

Trying to upload a CSV with over 300 columns and I'm getting an unspecified error. When I trim the file down to 200 columns it uploads fine into the platform. Is there some sort of column limit? How do I increase this? This same file was being uploaded in the previous version of cartodb.

@sverhoeven
Copy link
Owner

Last week I increased the Mb and rows for imports in af47cc8
I did not see any limit on number of columns.

Can you have a look in job queue log file /cartodb/resque.log to get a better error message?

@phisshion
Copy link
Author

I don't see anything in the resque.log. I just tried uploading the same file onto cartodb hosted version and I get the same error.

@phisshion
Copy link
Author

function() { if ( list ) { // First, we save the current length var start = list.length; (function add( args ) { jQuery.each( args, function( _, arg ) { var type = jQuery.type( arg ); if ( type === "function" ) { if ( !options.unique || !self.has( arg ) ) { list.push( arg ); } } else if ( arg && arg.length && type !== "string" ) { // Inspect recursively add( arg ); } }); })( arguments ); // Do we need to add the callbacks to the // current firing batch? if ( firing ) { firingLength = list.length; // With memory, if we're not firing then // we should call right away } else if ( memory ) { firingStart = start; fire( memory ); } } return this; }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants