I am trying to import an excel file but it fails with a lot of these errors:
Notice: Undefined offset: 1 in FeedsExcelParser->getItems() (line 177 of /sites/all/modules/contrib/feeds_excel/ExcelParser.inc).

I am using Drupal 6.20, Feeds 6.x-1.0-beta10 and Token 6.x-1.15.
The excel file has the column identifiers in the first row and the data in the next rows.
And I have a mapping of the column names to cck fields.

Any ideas what could be the problem?

Comments

johannesdr’s picture

It looks like the xls file was too big, this caused the problem. When I import a part of the file, it works.

derhasi’s picture

Status: Active » Postponed

Yes, that's a known problem, but depends on Feeds: #712304: Batch import does not continue where it left off, instead starts from the beginning

Postponed, till there is a new way in D6 Feeds for caching steps.

mrromios’s picture

Issue summary: View changes
Status: Postponed » Closed (won't fix)