csv import done

This commit is contained in:
Ken Yasue
2025-03-25 12:23:32 +01:00
parent 2a0d231597
commit eb2cb72ea4

11
doc/prompts/12 csv import Normal file
View File

@ -0,0 +1,11 @@
Please make script to import following csv to Customer model
City,Name,Website URL,Email
"Tokyo","teamLab Planets TOKYO","http://www.teamlab.art/e/planets/","null"
"Tokyo","Tokyo National Museum","http://www.tnm.jp/","null"
"Tokyo","Nezu Museum","http://www.nezu-muse.or.jp/","null"
- Name should be unique.
- Also if there are same email address skip the row.
Create new branch features/csvimport and commit when you finished