Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(action.go): add ontology loading functionality to LoadOntologyTo…
…Table function The LoadOntologyToTable function now has the ability to load ontology data into the table. This is achieved by adding a new import statement for the ontology package and creating a new LoadProperties object. The function now checks if the ontology table fields were successfully created and if so, it either loads new ontology data or updates existing data. If the table fields were not created, it only loads new data.
- Loading branch information