Blame view

scripts/tenant3__csv_to_shoplazza_xlsx.sh 561 Bytes
15e63baf   tangwang   索引文档修改
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  # 激活环境
  source /home/tw/miniconda3/etc/profile.d/conda.sh
  conda activate searchengine
  
  # # 基本使用(生成所有数据)
  # python scripts/csv_to_excel.py
  
  # # 指定输出文件
  # python scripts/csv_to_excel.py --output tenant3_imports.xlsx
  
  # # 限制处理行数(用于测试)
  # python scripts/csv_to_excel.py --limit 100
  
  # 指定CSV文件和模板文件
  python scripts/csv_to_excel.py \
      --csv-file data/customer1/goods_with_pic.5years_congku.csv.shuf.1w \
      --template docs/商品导入模板.xlsx \
      --output tenant3_imports.xlsx