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.
我有一个文本文件,它是一个包含我需要的表格的出版物,但还有一堆我不需要的其他东西,包括文本段落。我如何能够将我需要的表提取到 sas 数据集中?
您可以将文本文件中的每一行作为一个非常大的字符 var 输入。使用 PRXMATCH,您可以使用正则表达式测试此行。根据文本文件的构成,您可以根据 Regex 匹配有条件地控制数据集的创建。