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

Error in documentation (export gexf) #808

Open
ptrBodnar opened this issue Aug 30, 2022 · 0 comments
Open

Error in documentation (export gexf) #808

ptrBodnar opened this issue Aug 30, 2022 · 0 comments
Labels

Comments

@ptrBodnar
Copy link

ptrBodnar commented Aug 30, 2022

A part of docs GEXF for Gephi/Sigma.js suggests to use ftm export-cypher to create .gexf output file from your entity data. However, this command clearly outputs neo4j cypher code.

I've found in code mentions of method ftm export-gexf that worked for me outputting valid .gexf file. Suppose this may be an error in docs. Or maybe I missed something?

Here is how the suggested code currently looks like

curl -o us_ofac.ijson https://storage.googleapis.com/occrp-data-exports/us_ofac/us_ofac.json
cat us_ofac.ijson | ftm validate | ftm export-cypher -e iban -o ofac.gexf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Status: 🔖 Ready for development
Development

No branches or pull requests

2 participants