We’ve just been playing with importing data from an old Access database into salesforce using the skuid excel import and it is very useful (especially for rapid prototyping). However, we are running into the following error:
Apex CPU time limit exceededError is in expression ‘{!validateFile}’ in component apex:commandButton in page skuid:import: (skuid)
When we break the data down into much smaller csv files (e.g. a couple of hundred rows) it works (but is a bit painful). There are quite a few columns in the data, so i am guessing this is hitting some limit in a loop?