This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
void Main() | |
{ | |
var records = new List<Dictionary<string, string>> | |
{ | |
new Dictionary<string, string> { { "Id", "1" }, { "Name", "one" } }, | |
new Dictionary<string, string> { { "Id", "2" }, { "Name", "two" } } | |
}; | |
using (var writer = new StringWriter()) | |
using (var csv = new CsvWriter(writer)) | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Alternative Rock | |
Ambient | |
Audiobooks | |
Business | |
Classical | |
Comedy | |
Country | |
Dance & EDM | |
Dancehall | |
Deep House |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### | |
# Unity folders and files | |
### | |
[Aa]ssets/AssetStoreTools* | |
[Bb]uild/ | |
[Ll]ibrary/ | |
[Ll]ocal[Cc]ache/ | |
[Oo]bj/ | |
[Tt]emp/ | |
[Uu]nityGenerated/ |