modif sur les datas csv

This commit is contained in:
yann 2021-01-31 19:51:26 +01:00 committed by name
parent b5cca0443b
commit 30e127bbe8
2 changed files with 6 additions and 3 deletions

View file

@ -16,6 +16,12 @@ public class DataCsv {
*/
public DataCsv(){
this.destination = "src/test/resources/CsvFile";
ImportData imp = new ImportData("https://www.fdj.fr/jeux-de-tirage/loto/statistiques");
}
public DataCsv(String s){
this.destination = s;
ImportData imp = new ImportData("https://www.fdj.fr/jeux-de-tirage/loto/statistiques");
}
/**