Today I had to use the CSV Node Module. It looked like the best and most mature of the alternatives. The disadvantage about it is that the examples - especially for taking Javascript objects and getting a CSV string out - really leave something to be desired. To combat this I wrote a simple Node program to illustrate how to write CSV files with the…