【发布时间】:2019-09-19 12:06:33
【问题描述】:
我使用扩展构建器产品模型创建了扩展
CREATE TABLE tx_product_domain_model_product (
name varchar(255) DEFAULT '' NOT NULL,
no int(11) DEFAULT '0' NOT NULL,
description text,
);
我需要在 Typo3 后端使用 csv 文件导入数据。
【问题讨论】:
标签: typo3 extbase import-csv