使用VBA从文本文件中获取所有出现的数据

时间:2015-11-25 10:31:44

标签: vba

我有一个包含大量重复数据的文本文件。

COB TRAC
Green With Comments
Issue Description: Users were not able to use the document upload/download functionality as well as the ARP/TRP module of CoBTrac.
Root cause: GPA working with CATE to help troubleshoot the issue as we migrated from WebBank to Cloud this past Friday (10/20/15).  All other Modules are working fine.
Business Impact:  Users not able to upload document for CoBTrac.
Compensating Controls:  TBD.
Work around:  No workaround, GPA/CATE working on resolution.
Issue Reported On: 17th November 2015 – 12:17PM EST
Environment (Prod/UAT): PROD
Technology: Application
Engineer SOEID (Who has worked on this): RK55542
Ticket Type (VT/EMS) & Number & Status: HYPERLINK "https://servicemanagement.citigroup.net/nav_to.do?uri=incident.do%3Fsys_id=6e42f9df6ff34e00dad82fe64f3ee430%26sysparm_record_list=active=true%5esys_class_name!=u_major_incident"INC0026404246
Issue Category (APP/SA/DB): APP
Issue Severity: Medium

CitiRisk Credit
Green With Comments
Issue  Description:  The CitiRisk Credit Application Production Oracle RAC database server had one node (of three) go down due to a power issue.
Root Cause: Infrastructure issue - Server Power failure, RC to be determined. 
Application Impact :  As a result of this issues, 3 listeners and 1 data load job for the application failed. They were immediately re-run to success.
Business Impact:  None
Compensating Control: None
Work Around: DBA team is checking with service providers (Oracle & HP) to find a fix to such infra issue. The application team are looking at the reason for the failures of the listeners and data load job. 
Issue Reported On (Date/Time):    11:30 PM EST 11/24/2015
Environment (PROD/UAT):   PROD
Technology:   Oracle
Engineer SOEID (Who is working on this):  gg13851
Ticket Type(VT/EMS) & Number & Status:  INC0026451991 (SA) & INC0026451020 (DBA)
Issue Category(APP/SA/DB):    APP
Issue Severity:   Severity - 2 (High)

我需要获取问题严重性,问题类别等数据

我可以打开文件并阅读,但我不知道如何获取所有门票的所有必需数据。

我正在使用以下代码打开文件

<Grid x:Name="mainGrid">
    <Grid.RowDefinitions>
        <RowDefinition></RowDefinition>
        <RowDefinition></RowDefinition>
        <RowDefinition></RowDefinition>
        <RowDefinition></RowDefinition>
        <RowDefinition></RowDefinition>

    </Grid.RowDefinitions>
    <StackPanel Name="stackPanel1"  Width="6" />
    <StackPanel Grid.Row="1"  Height="300" Name="stackPanel2"  Width="6" />
    <StackPanel Grid.Row="2"  Height="300" Name="stackPanel3"  Width="6" />
    <StackPanel Grid.Row="3"  Height="300" Name="stackPanel4"  Width="6" />
    <StackPanel Grid.Row="4"  Height="300" Name="stackPanel5"  Width="6" />
</Grid>

0 个答案:

没有答案