【发布时间】:2022-11-18 14:49:51
【问题描述】:
我有一个包含 +200k 行的 .txt。 在这个文件中,我想删除重复行和原始行。
我现在有了:
- 发短信给
- 发短信给
- 文本b
- 文本c
- 文本d
- 文本d
- 文本e
但我需要这样的结果
- 文本b
- 文本c
- 文本e
Suggest?
i have tried normal "delete duplicate" procedure of excel and notepad++ but i obtain this
text a
text b
text c
text d
text e
and it not work fine for me
looking for discussion i find something like that but applicated to access.
【问题讨论】:
标签: duplicates row notepad++