We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The parser should export a label's sublabels:
The label_sublabel.csv file could contain the following columns: label_id, sublabel_id, sublabel_name.
With the node above, the csv would contains:
The text was updated successfully, but these errors were encountered: