mirror of
https://github.com/kmitresse/Compo-Service-Log-Project.git
synced 2026-05-13 17:11:49 +00:00
feat!: Save the converted dataset
/!\ Need to clear the cache folder
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import { Data, NudgerData } from "../data";
|
||||
import { NudgerData } from "../data";
|
||||
import { ArchiveType } from "../archive";
|
||||
import { Dataset, DatasetType } from "./";
|
||||
|
||||
class DatasetCollection {
|
||||
public static datasets: Dataset<Data>[] = [
|
||||
new Dataset<NudgerData>(
|
||||
public static datasets: Dataset[] = [
|
||||
new Dataset(
|
||||
NudgerData,
|
||||
"nudger",
|
||||
"https://files.opendatarchives.fr/data.cquest.org/open4goods/gtin-open-data.zip",
|
||||
|
||||
Reference in New Issue
Block a user