[Bug 8612] CSV export profile to have custom fields in export csv basket
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8612 Josef Moravec <josef.moravec@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off --- Comment #99 from Josef Moravec <josef.moravec@gmail.com> --- (In reply to Marcel de Rooy from comment #95)
I tested with a trival csv: biblio.title | some_text=aqorders.quantity
The title is not shown, the quantity is. Have the impression that the regex might still be the cause. What did you test?
The reason it doesn't work for you are the spaces between fields in your definition. The help paragraph on csv profile page doesn't say anything about spaces, so i decided to strip the white chars from definition before generating csv. It doesn't hurt and could help to avoid unexpected issues. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org