Class AmplDatTableFormatter

All Implemented Interfaces:
TableFormatter, AutoCloseable

public class AmplDatTableFormatter extends CsvTableFormatter
Specialization of CSV table formatter for AMPL .dat file generation. 3 differences: - separator is white space - comments are allowed and start with # (header is also a comment) - strings are quoted because of the white space separator
Author:
Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>