Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export sublabels #117

Open
philipmat opened this issue Sep 2, 2020 · 0 comments
Open

Export sublabels #117

philipmat opened this issue Sep 2, 2020 · 0 comments

Comments

@philipmat
Copy link
Owner

The parser should export a label's sublabels:

<label>
    <id>1</id>
    <name>Planet E</name>
    <sublabels>
        <label id="86537">Antidote (4)</label>
        <label id="41841">Community Projects</label>
    </sublabels>
</label>

The label_sublabel.csv file could contain the following columns: label_id, sublabel_id, sublabel_name.
With the node above, the csv would contains:

label_id, sublabel_id, sublabel_name
1,86537,Antidote (4)
1,41841,Community Projects
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant