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

add docs for exporting to csv via python #19676

Open
cyrush opened this issue Jul 18, 2024 · 2 comments
Open

add docs for exporting to csv via python #19676

cyrush opened this issue Jul 18, 2024 · 2 comments
Assignees
Labels
docs update to the documentation reviewed Issue has been reviewed and labeled by a developer
Milestone

Comments

@cyrush
Copy link
Member

cyrush commented Jul 18, 2024

Describe what needs to be documented.

Recipe:

eatts = ExportDBAttributes()
eatts.filename = "myexport"
eatts.db_type = "Blueprint"
opts = GetExportOptions("Blueprint")
opts["Operation"] = "Flatten_CSV"
ExportDatabase(eatts,opts)

I searched -- but could not find this.

@cyrush cyrush added the docs update to the documentation label Jul 18, 2024
@JustinPrivitera
Copy link
Member

Related idea #19605

@cyrush
Copy link
Member Author

cyrush commented Aug 22, 2024

Add a quick recipe for this that we can reference.

@cyrush cyrush added this to the 3.4.2 milestone Aug 22, 2024
@cyrush cyrush added the reviewed Issue has been reviewed and labeled by a developer label Aug 22, 2024
@markcmiller86 markcmiller86 modified the milestones: 3.4.2, 3.4.3 Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs update to the documentation reviewed Issue has been reviewed and labeled by a developer
Projects
None yet
Development

No branches or pull requests

3 participants