When I import the excel file, it only read the first row. For example:
A,B,C
1,2,3
d,e,f
It reads A,B,C 3 times.
Any help?
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 2011-06-27_1844[1].png | 30.37 KB | dariogcode |
When I import the excel file, it only read the first row. For example:
A,B,C
1,2,3
d,e,f
It reads A,B,C 3 times.
Any help?
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 2011-06-27_1844[1].png | 30.37 KB | dariogcode |
Comments
Comment #1
richard cheung commentedI find that
public function getSourceElement(FeedsImportBatch $batch, $element_key)
always return the fields title of the source defined under admin/build/feeds/edit/[mapper]/mapping
but not the value of the fields
Comment #2
derhasi commentedCan you show me screens of your configuration? I guess there might be some misunderstanding on how to configure the parser.
Comment #3
dariogcode commentedI have same issue, parser only take column titles, this is my settings.
Comment #4
Nills commentedIf someone still have this issue - use [column-1] token instead name of column in mapping.
Comment #5
mrromios commented