All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.feinik.csv.constant.CsvDelimiter Maven / Gradle / Ivy

The newest version!
package com.feinik.csv.constant;

/**
 * Field delimiter
 *
 * @author Feinik
 */
public class CsvDelimiter {

    public static final char symbol = ',';

    public static final char pound = '#';
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy