Skip to content

[Importer] Allow column indexes in property primText #9

Description

@MartinKl

Problem

Sometimes it might be easier to specify the column index rather than the column name to identify primary texts. This not possible in the current version

Relevance

As an example, assuming I have a large number of files that I would like to import, but I did not assign a (uniform) title to my text column to which all the other annotation columns refer. The (gigantic) effort of properly naming that column in all files could be avoided by just pointing at the first column, for example.

Potential solution

To be most user-friendly I suggest to stick to column indexing by letters as used in common technology relying on the given file format. To indicate to the importer that a primText value is actually a column index, the value should be preceded by a #, e. g.

<property key="primtText">#A</property>

If you have thoughts or other suggestions, go ahead.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions