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

Convert CSV to ggobi's XML? #2

Open
jabowery opened this issue Jan 15, 2021 · 1 comment
Open

Convert CSV to ggobi's XML? #2

jabowery opened this issue Jan 15, 2021 · 1 comment

Comments

@jabowery
Copy link

jabowery commented Jan 15, 2021

UPDATE I discovered the problem is TAB separation is not supported. When I converted TABs to commas, it loaded /UPDATE

Is there a program to convert a simple CSV to ggobi's XML?

The documentation says "There is no doubt that the XML format is verbose." but verbosity isn't the issue. The issue is the vast majority of data people want to analyze is in CVS format and it can be very costly to figure out how to do this conversion.

Moreover, the suggestion that people use the "R" package if you have CSV data doesn't work at least for me because the suggested command:

install.packages("rggobi")

results in an error message saying the current version of R doesn't support it.

Finally, I did build from source grabbed from here in part to make sure I had all plugins in the hope that one of them would permit me to do the conversion. But the README here doesn't include the configure option --with-all-plugins, so I had to reocnfigure and rebuild to try that way of getting the plugins. The README does say:

@lawremi
Copy link
Member

lawremi commented Jan 15, 2021

The best bet is to use rggobi (installing out of the CRAN archive). If you run into trouble we might be able to help.

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