stephen ryner jr. š¦ on Nostr: Got a little project where I want to import and export CSV data and found a new (to ...
Got a little project where I want to import and export CSV data and found a new (to me) Swift class, TabularData. Very nice.
But it seems poorly documented. You can merge and sort and combine and filter and all kinds of fancy things, great.
Nowhere does anyone explicitly say you use Array notation to access data from the table. Nowhere. I just guessed! Row[0] gives you first item in that Row. Finally!
This is one of those cases where tapping ā.ā and scanning the auto-completion tells you nothing š
https://developer.apple.com/documentation/tabulardata
But it seems poorly documented. You can merge and sort and combine and filter and all kinds of fancy things, great.
Nowhere does anyone explicitly say you use Array notation to access data from the table. Nowhere. I just guessed! Row[0] gives you first item in that Row. Finally!
This is one of those cases where tapping ā.ā and scanning the auto-completion tells you nothing š
https://developer.apple.com/documentation/tabulardata