Jank1310 / datadolphin

Open source csv/xlsx importer
MIT License
2 stars 0 forks source link

Move possible non-deterministic logic to activities #51

Open Jank1310 opened 7 months ago

Jank1310 commented 7 months ago

@Flofie

Flofie commented 7 months ago

Was ist denn für die die column validator config? Das hier?

const columnValidators = {} as ColumnValidators; for (const column of columnConfigs) { for (const validator of column.validations!) { if (!columnValidators[validator.type]) { columnValidators[validator.type] = []; } columnValidators[validator.type].push({ column: column.key, config: validator, }); } }

Jank1310 commented 7 months ago

Ich hab das mal für später markiert, ist erstmal nicht so wichtig