Jump to:
| Project: | Views data export |
| Version: | 7.x-3.0-beta6 |
| Component: | Code |
| Category: | bug report |
| Priority: | major |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Issue Summary
I have a entityform that has several fields that have unlimited number of entries attached to them. The fields are displayed as a group using field groups (Multiple Fields Table). In order to be able to export them as a csv I have installed and enable views data export.
However, when I export the csv I get multiple entries of the same field.
So instead of
Company|Project|Price0|
Company1|Project1|Price1
i.e two companies have listed a project they have each completed
I get
Company|Project|Price0|
Company|Project|Price1|
Company|Project1|Price0|
Company|Project1|Price1|
Company1|Project|Price0|
Company1|Peoject|Price1|
Company1|Project|Price0|
Company1|Peoject1|Price1|
These items show fine in the table view that is provided by Entityforms, however, when I export it as a csv this happens. It keeps repeating itself for the number of additional entries.
Comments
#1
Please could I get some assistance with this. I cannot seem to find a similar issue and have been struggling for weeks now to find a solution