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
just like the demo:
import logging from xmindparser import xmind_to_dict,config config = {'logName': 'your_log_name', 'logLevel': logging.DEBUG, 'logFormat': '%(asctime)s %(levelname)-8s: %(message)s', 'showTopicId': True, # internal id will be included, default = False 'hideEmptyValue': False # empty values will be hidden, default = True } d = xmind_to_dict('/path/to/your/xmind') print(d)
config showTopicId do not work for me !
The text was updated successfully, but these errors were encountered:
No branches or pull requests
just like the demo:
config showTopicId do not work for me !
The text was updated successfully, but these errors were encountered: