[Tellico-users] how to export field name instead of field title ?

Robby Stephenson robby at periapsis.org
Mon Jun 15 11:34:18 UTC 2015


On Mon, Jun 15, 2015 at 3:31 AM, Xavier Brochard <xavier at alternatif.org> wrote:
> 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();

So you're talking about the CSV exporter, in particular? You're
correct, there's no current option for including field names instead
of field titles in the text output for that.

Robby


More information about the tellico-users mailing list