[Tellico-users] how to export field name instead of field title ?
Xavier Brochard
xavier at alternatif.org
Mon Jun 15 07:31:44 UTC 2015
Le dimanche 14 juin 2015, 21:16:32 Xavier Brochard a écrit :
> Current export use field's Titles ; I thought it was possible to export
> using field's names. Is there such a hidden option somewhere ?
Answer to myself :
I know only basical Perl but it looks like it's harcoded in
/src/translators/csvexporter.cpp
88 if(m_includeTitles) {
89 foreach(Data::FieldPtr fIt, fields()) {
90 QString title = fIt->title();
More information about the tellico-users
mailing list