You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
I would like to import a csv file and use it as the basis for a Depot document.
The text was updated successfully, but these errors were encountered: