to-csv Simple utiltiy to convert nested arrays into CSV format. Example toCsv( [ ['Grade', 'Name'], ['A', 'Elliot' ], ['B', 'Tio'] ] )