dev.spiti.utility.datareader.readers.BaseReader Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of data-reader Show documentation
Show all versions of data-reader Show documentation
A utility to read test data from excel and csv and write data as needed
The newest version!
package dev.spiti.utility.datareader.readers;
import dev.spiti.utility.datareader.DataReader;
import org.apache.log4j.Logger;
import java.io.File;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import java.util.stream.Collectors;
public abstract class BaseReader implements DataReader {
public List