CSV Generator Django is a Django application designed for creating customizable data schemas. Users can define schemas with various fields and properties and generate CSV files filled with a specified number of lines based on these schemas. The application offers an intuitive web interface for easy schema creation and CSV file generation.
- Schema Creation: Define multiple fields with different properties.
- CSV Generation: Create CSV files based on user-defined schemas.
- Custom Line Numbers: Specify the number of lines for the CSV file.