我需要正确上传csv.my当前代码上传数据中的数据。但是我需要将那些重复的列数据分开
假设
我的csv专栏
company | area |red show type | red show name | red show price | green show type | green show name | green show price |
我想在不同的表中使用这些数据
one table have company | area | these two data
另一个表设计是:
id|show_type|show_name|show_price
在我的csv
中red show type | red show name | red show price | green show type | green show name | green show price |
这些列包含两种类型的显示红色和绿色
的相同类型的数据现在如何从csv
将数据插入数据库