我有以下txt文件:
type1|04/09/2017 04:56:59 pm|postid_1|XYZ commented on a post|userid1[DELIMITER]
type2|05/09/2017 04:56:59 pm|postid_2|abc likes a post|userid2[DELIMITER]
type1|06/09/2017 04:56:59 pm|postid_1|pqr commented on a post|userid3[DELIMITER]
我需要以下输出:
type2|05/09/2017 04:56:59 pm|postid_2|abc likes a post|userid2[DELIMITER]
type1|06/09/2017 04:56:59 pm|postid_1|pqr & XYZ commented on a post|userid1|userid2[DELIMITER]
任何帮助或建议都非常有用。我会通过逐行读取此文件来使用此文件来实现类似功能的时间轴。
注意:type字段表示用户已执行的活动的类型。如果是重复,则应引入此类型