File tree Expand file tree Collapse file tree 3 files changed +79
-0
lines changed
Expand file tree Collapse file tree 3 files changed +79
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ name : Bug report
3+ about : Create a report to help us improve
4+ title : ' '
5+ labels : ' '
6+ assignees : ' '
7+
8+ ---
9+
10+ ### Describe the bug
11+ A clear and concise description of what the bug is.
12+
13+ ### To Reproduce
14+ Steps to reproduce the behavior:
15+ 1 . Run the script: ` python your_script.py `
16+ 2 . Use the input file ` example.csv `
17+ 3 . Error appears on function ` insert_csv_to_db `
18+
19+ ### Expected behavior
20+ What did you expect to happen?
21+
22+ ### Actual behavior
23+ What actually happened? Include traceback or error message if possible.
24+
25+ ### Environment:
26+ - OS: (e.g. Ubuntu 22.04 / Windows 10)
27+ - Python version: (e.g. 3.10)
28+ - insert-tools version: (e.g. 1.0.3)
29+ - Database: (e.g. PostgreSQL 15, SQLite 3.39)
30+
31+ ### Screenshots / Logs
32+ Paste relevant log output or attach screenshots if applicable.
33+
34+ ### Additional context
35+ Add any other context about the problem here.
Original file line number Diff line number Diff line change 1+ ---
2+ name : Custom issue template
3+ about : Describe this issue template's purpose here.
4+ title : ' '
5+ labels : ' '
6+ assignees : ' '
7+
8+ ---
9+
10+ ### Your Question
11+ Please describe your question as clearly as possible.
12+ For example: * "How does ` insert_csv_to_db ` handle NULL values?"*
13+
14+ ### What have you tried?
15+ Let us know what you've attempted already (if anything), such as checking the documentation or trying a workaround.
16+
17+ ### insert-tools version
18+ e.g. 1.0.3
19+
20+ ### Additional context
21+ Any other details that might help us answer your question. Logs, links, examples — everything helps!
Original file line number Diff line number Diff line change 1+ ---
2+ name : Feature request
3+ about : Suggest an idea for this project
4+ title : ' '
5+ labels : ' '
6+ assignees : ' '
7+
8+ ---
9+
10+ ### Is your feature request related to a problem? Please describe
11+ A clear and concise description of what the problem is.
12+ For example: * "I'm always frustrated when I have to manually format large CSVs before inserting them..."*
13+
14+ ### Describe the solution you'd like
15+ A clear and concise description of what you want to happen.
16+ What should this feature do? How would it improve your workflow?
17+
18+ ### Describe alternatives you've considered
19+ Any alternative solutions or features you’ve thought about.
20+
21+ ### Additional context
22+ Add any other context, examples, or mockups here.
23+ Screenshots or pseudo-code are welcome if helpful.
You can’t perform that action at this time.
0 commit comments