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

csv importer/exporter with full path address #108

Open
can333 opened this issue Dec 16, 2019 · 3 comments
Open

csv importer/exporter with full path address #108

can333 opened this issue Dec 16, 2019 · 3 comments

Comments

@can333
Copy link

can333 commented Dec 16, 2019

A importer/exporter which makes use of the full path address of a node would be useful.
Example:
/Dan [some user data]
/Dan/Jet [some user data]
/Dan/Joe [some user data]

The father node has to be imported before a child node can be added.

@c0fec0de
Copy link
Owner

Can you please provide an explicit CSV file as there are some dialects.
There is also the question how to handle the user data in detail. Are they in key=value format, or are there column headers?

@can333
Copy link
Author

can333 commented Dec 18, 2019

I have attached a csv file generated from an excel document:

  • the first line contains the column headers
  • the first column is the (full) path address
  • the other columns are some user values

Book1.txt

@c0fec0de
Copy link
Owner

I will take care of these. Might take a moment

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

2 participants