Skip to content

Using vd for json/yaml (bibliography) #1476

Answered by saulpw
reagle asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @reagle, yes, [2] and {2} represent container objects (list and dict, respectively). You probably want to use ( to expand dicts into multiple columns. For lists you can use ( also if you want them columnarly, or zM to unfurl them into multiple rows.

For dates, python-dateutil understands a lot of formats, but it doesn't understand this date-parts list object yet :) You'll have to make a new column (probably using =) that formats it into a date string, and then you can use @ on that.

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
2 replies
@saulpw
Comment options

@reagle
Comment options

Answer selected by reagle
Comment options

You must be logged in to vote
3 replies
@reagle
Comment options

@reagle
Comment options

@saulpw
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants