mirror of
https://github.com/RADar-AZDelta/azd-radar-data-datatable.git
synced 2026-03-23 20:37:13 +00:00
[GH-ISSUE #64] private async loadFileInWorker(file: File): Promise<void> { #32
Labels
No labels
bug
bug
enhancement
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
RADar-AZDelta/archived-azd-radar-data-datatable#32
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pjlammertyn on GitHub (Jan 17, 2025).
Original GitHub issue: https://github.com/RADar-AZDelta/azd-radar-data-datatable/issues/64
Originally assigned to: @BostoenToby on GitHub.
When loading a CSV into the datatable, the first time, the loadFileInWorker function is called 2 times.
Schould be only 1 time!
@pjlammertyn commented on GitHub (Jan 17, 2025):
Why a seperate validation function? Why not put the validation in the load method?
Also it is possible to load JSON files in the datatable, the validate function assumes that only CSV's are used (check the file extension!).
@pjlammertyn commented on GitHub (Jan 17, 2025):
Alsook zou de validatie van de CSV een optie moeten zijn, dat default af staat.