yao/seed
Max 9c82f12eca Enhance seed import functionality with detailed logging and column filtering
- Added detailed logging for import results in TestSeedImportYao to aid debugging.
- Updated import functions to filter columns based on model definitions, ensuring only valid columns are processed.
- Introduced a sorting mechanism for column names to maintain consistent ordering during imports.
2025-10-20 11:13:44 +08:00
..
process.go Add seed file system support and deprecate legacy registrations 2025-10-20 10:34:52 +08:00
process_test.go Add seed file system support and deprecate legacy registrations 2025-10-20 10:34:52 +08:00
seed.go Enhance seed import functionality with detailed logging and column filtering 2025-10-20 11:13:44 +08:00
seed_test.go Enhance seed import functionality with detailed logging and column filtering 2025-10-20 11:13:44 +08:00
types.go Implement JSON field parsing for CSV and XLSX imports in seed module 2025-10-20 10:52:04 +08:00