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

is there a way to import data into sheets? #29

Open
fredzannarbor opened this issue Dec 7, 2020 · 1 comment
Open

is there a way to import data into sheets? #29

fredzannarbor opened this issue Dec 7, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@fredzannarbor
Copy link

I would like to import a csv file and use it as the basis for a Depot document.

@kkukshtel
Copy link
Collaborator

Hey @fredzannarbor ! Nothing yet to be able to do this but it is definitely possible. The easiest way in the meantime would be to create a depot file with the structure you want for your csv file, and then use a small commandline tool to read in your csv file and spit out a JSON tree that represents that data as Depot's "Lines". Then merge those two files together.

Worth noting though that Depot won't be able to save out to a CSV after its imported though (not now or likely ever) just because of the way the data Depot stores is represented.

@kkukshtel kkukshtel added the enhancement New feature or request label Jul 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants