yao/seed
Max 2e2abf1d5f Implement JSON field parsing for CSV and XLSX imports in seed module
- Added tests to verify correct parsing of JSON fields from both CSV and XLSX files during data import.
- Enhanced import functions to build a column type map for detecting JSON fields and parse them appropriately.
- Introduced helper functions for building column type maps and parsing JSON fields, improving data integrity during imports.
- Updated existing tests to ensure successful imports and correct handling of JSON data structures.
2025-10-20 10:52:04 +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 Implement JSON field parsing for CSV and XLSX imports in seed module 2025-10-20 10:52:04 +08:00
seed_test.go Implement JSON field parsing for CSV and XLSX imports in seed module 2025-10-20 10:52:04 +08:00
types.go Implement JSON field parsing for CSV and XLSX imports in seed module 2025-10-20 10:52:04 +08:00