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

com.fordfrog.xml2csv.DefaultSettings Maven / Gradle / Ivy

Go to download

Forked version of fordfrog xml2csv library that allows selection of xml elements via attributes

The newest version!
package com.fordfrog.xml2csv;

import static com.fordfrog.xml2csv.ConversionConfig.SEMI_COLON;

public class DefaultSettings {

    public static final String SEPARATOR = SEMI_COLON;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy