Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
复制时数据项中有多行数据。如何逐行获取数据
为此,您可以使用例如此操作:
object: Utility - Strings manipulation C# action: Extract regex values input: text - string you want to split RegEx - ".+\n"
尝试使用“实用程序 - 字符串”和操作“分割线”..这将文本数据项作为输入并将数据拆分为具有多行的集合..