既存のテキストファイルからデータを抽出できる必要があります。テキストファイルの構造は次のようになります。既存のテキストファイル内のテキストを検索して抽出する
this line contains a type of header and always starts at column 1
this line contains other data and is always tabbed in
this line contains other data and is always tabbed in
this line contains other data and is always tabbed in
this line contains other data and is always tabbed in
this line contains other data and is always tabbed in
this line contains other data and is always tabbed in
this line contains a type of header and always starts at column 1
this line contains other data and is always tabbed in
this line contains other data and is always tabbed in
this line contains other data and is always tabbed in
this line contains a type of header and always starts at column 1
this line contains other data and is always tabbed in
this line contains other data and is always tabbed in
this line contains other data and is always tabbed in
this line contains other data and is always tabbed in
this line contains a type of header and always starts at column 1
this line contains other data and is always tabbed in
this line contains other data and is always tabbed in
ご覧のとおり、テキストファイルはセクションごとに配置されています。常に1つのヘッダー行が続き、ランダムな数の他のデータ行が続き、セクション間には常に空白行があります。残念ながら、ヘッダーセクションの命名方式や他のデータラインに含まれるデータには韻や理由がありません。上記の構造だけがやや一貫しています。私が検索する必要のあるデータは、テキストファイル内のどこにでも置くことができるセクションのうちの1つのみの、他のデータラインの1つに配置されています。私はFINDコマンドを使って見つける必要があるテキストを見つけることができますが、一度それを行うと、セクション全体を新しいテキストファイルに抽出できるようにする必要があります。私はどのように最初の空白行に最初の行に多くの行を上がって、次に次の空白行に移動し、間にすべてを抽出する方法を把握することはできません。それは理にかなっていますか?残念ながら、VBScriptは単にこのアプリケーションのオプションではありません。あるいは、ずっと前から終了してしまっていたでしょう。何か案は? 〜この解決のための
これは完璧に機能しました!ありがとうございました!!! –
@StevenSinclair - これがうまくいく場合、チェックマークをクリックしてソリューションとして選択することを忘れないでください。この答えが役に立つと思うなら、あなたは答えを投票することもできます。 – dbenham