Simple CSV read and write using Lua
Update Dec 5th 2014: Fixed and updated the code. Update Mar 9th 2017: Updated the code to handle null values in CSV. This is a simplified Lua script to read and write CSV files. It assumes the separator character does not exist in one of the values. I don’t know why I couldn’t find a …