GitMurf / csv-to-roam-table-md

Prepare/convert your CSV tables to be ready to import into your Roam Research database.
MIT License
8 stars 1 forks source link

Create PS logic that stores data/blocks/bullets in an array and then loops through later to add wherever you need in the Summary import sheet. #19

Closed GitMurf closed 4 years ago

GitMurf commented 4 years ago

This makes it easier than needing to save to a temp file like I do with the Log or needing to tie hands with how I order things in the Summary page. Instead can gather all data we want/need to write, and then write it to Summary page wherever and whenever appropriate.

Essentially these array variables can be like parent "blocks" where they hold everything within the block. Maybe even look at multidimensional arrays that would hold nested children. Or arrays within arrays. Each array is a Bullet and then any items paste $Array[0] would mean other children bullets.