python 输出csv格式
背景信息: 昨晚有个朋友需要将一份 .txt 文件输出标准格式csv or excel,如是查看啦相关的操作,在此记录
主要使用到的库 csv re
代码 demo:
import re
import csv
with open('./test.csv', 'w', newline='') as f:
write = csv.writer(f, dialect=('excel'))
write.writerow(['a', 'b', 'c', 'e, f, g'])
输出格式:
需求:将文本中内容按照对应格式输出到 csv 中
-
如果是相连的 ‘[ ]’ 需要合并为一个 ‘[ ]’
-
如果 starts 数字后面接啦 ‘[ ]’,则删除
-
表头部分
title = names | Origin | Brand | Description | Color Options | Pricing
文本格式:
{001}, N, Lia, 5 dr hatchback, [purple, light yellow, white, pink], starts from. CNY 48,000
{002}, CN, Lia, 4 dr saloon, [blue, light y