Closed LBeckX closed 4 months ago
Each lead is one row in the export, one column for each field. Thus multiple values need to be serialised.
Thank you for the quick answer. Is there a simple way to modify the output or register a new value parser like "Rohdaten", "Ja/Nein", "Email", "Datum/Zeit", etc.?
they are not supposed to be serialized… can you show an example of your config? The field setup in the form generator as well as what leads saved?
This always happens when we have a checkbox menu.
Form field config:
Form:
Export configuration:
Saved values and labels
that last screenshot is from the database, right? Do you also get that in an Excel export?
I have the same issue. Checkboxgroups, wether with one or multiple options checked, are exported in serialized form, as raw data, because thats the form how they are saved in the database. The target of the export doesn'z matter, csv, excel, pdf, its always in serialized form.
I can confirm the problem.
I can also confirm the problem. It appears in version 3.0.4. The export was correct in version 1.4.33.
In the backend the stored array is showen correctly as e.g. "Samstag, Sonntag" if you click on the "data" button at the end of the line. But at the export it showes in the Excel table: a:2:{i:0;s:7:"Samstag";i:1;s:7:"Sonntag";}
It used to be formated correctly at the export. There must be a bug in the programming somewhere.
Fixed in 5a7b9fedc6f2e36391d831b1e04a36cfd48f8713
Hi together, The checkbox menu gives me the data in the export as a serialized array. Is there a way to output the values as a simple list? Thanks in advance
Konfiguration: