mirror of
https://github.com/frosch95/SmartCSV.fx.git
synced 2026-04-11 13:38:23 +02:00
first quick implementation of to support json table schema
This commit is contained in:
@@ -42,6 +42,7 @@ public class ValidationFileReader implements FileReader<ValidationConfiguration>
|
||||
@Override
|
||||
public void read(File file) throws IOException {
|
||||
config = new GsonBuilder().create().fromJson(new java.io.FileReader(file), ValidationConfiguration.class);
|
||||
System.out.println("brechpunkt");
|
||||
}
|
||||
|
||||
public ValidationConfiguration getContent() {
|
||||
|
||||
Reference in New Issue
Block a user