我有一张表数据。在数据列J中,我查找文本“延迟”。
如果它包含延迟的文本,那么我将完整的行复制到另一张“延迟”。
复制过程中的问题是列是手动输入的,在某些情况下,字母和字母的情况会有所不同。
所以,我想知道,有没有办法,无论文本情况如何,还有差距,我都可以将完整的行复制到下一页。
我有下面的代码,检查它是否被延迟并将数据复制到“延迟”表。任何带头的领导都会有所帮助
title
tags
type
{'title': 'foo', 'tags': 'bar', 'type': 'Item'}
{'title': 'foo', 'tags': 'bar', 'type': 'Item'}
{'title': 'foo', 'tags': 'bar', 'type': 'Item'}
{'title': 'foo', 'tags': 'bar', 'type': 'Item', 'typeKeywords': 'some thing'}
{'title': 'foo', 'tags': 'bar', 'type': 'Item', 'typeKeywords': 'some thing'}
{'title': 'foo', 'tags': 'bar', 'type': 'Item', 'typeKeywords': 'some thing', 'metadata': 3}