/** * Simple program that converts a CSV file containing messages of the system to * a property file. * * The CSV file contains the following structure: * * - The first line contains the ID of the languages (Example: ru for Russian, en for English) * - The first column is the ID of the messages * - Messages are separated by ';' * * Running this program: * * node importcsv * * @author Ricardo Memoria */