我想知道如何将所有> CONTEXT :
行移到> BEGIN STRING
下方
> BEGIN STRING
> CONTEXT: Actors/2/nickname/
Thunderclap of Guren
> END STRING
> BEGIN STRING
> CONTEXT: Actors/3/name/
Terence
> END STRING
> BEGIN STRING
St. knight that has been stripped of his position by the conspiracy. In order to master the true chivalry
It has repeatedly wander training the country.
> CONTEXT: Actors/3/description/
> END STRING
我无法逐行上移,因为它将像上面一样拥有大量文本,并且我想修复所有问题,因此这将永远行不通。
编辑:所以这就是我想要的:
之前:
> BEGIN STRING
St. knight that has been stripped of his position by the conspiracy. In order to master the true chivalry
It has repeatedly wander training the country.
> CONTEXT: Actors/3/description/
> END STRING
之后:
> BEGIN STRING
> CONTEXT: Actors/3/description/
St. knight that has been stripped of his position by the conspiracy. In order to master the true chivalry
It has repeatedly wander training the country.
> END STRING
答案 0 :(得分:0)
您无法轻松实现此目的,因为文本不是常规格式。但这可以通过notepadd ++或sublime或anytext编辑器来实现,在将列转换为csv之后,我将喜欢使用数字或excel移动列。我建议使用excel或nubmers(mac)编辑csv(将文本文件转换为csv后)。这是您可能需要调整以获得结果的方法。
您可以通过以下方式实现此目的:在崇高状态下选择相似的文本(cmd + d),然后轻松地将光标移至行尾和行首,或者可以在任何文本编辑器中使用查找和替换功能,并在可能的地方添加逗号在excel中打开它们时,它们显示为不同的列。
希望这会有所帮助。
答案 1 :(得分:0)