Well, here is a puzzle that I hope someone can help me with.
I have a text file that is provided to me that has data in it. This data needs to be imported to a A2K database. Here is a piece of the text file.
---------------- Begin Report --------------------
UserID : gysglqr
Total Number of Input Files : 0
Total Number of Response Files : 0
Input Filenames With Responses :
------------- End Report for gysglqr -------------
If I import this information using the import function <file/import>, the data is in one field in the table. Therefore, I need to be able to parse information in the text file and put the data in named data fields in a table.
The fields are UserID, TotalInput, TotalResponse, InputResponse. As you see above in the sample text file, my naming convention is taken directly from the text file for ease of understanding.
I need to grab the data to the right hand side of the
) and put it in the table with the corrosponding field.
Does anyone have any suggestions?
TIA Please give helpful posts the Stars they deserve. It makes the post more visible for others
Nathan
Senior Test Lead
I have a text file that is provided to me that has data in it. This data needs to be imported to a A2K database. Here is a piece of the text file.
---------------- Begin Report --------------------
UserID : gysglqr
Total Number of Input Files : 0
Total Number of Response Files : 0
Input Filenames With Responses :
------------- End Report for gysglqr -------------
If I import this information using the import function <file/import>, the data is in one field in the table. Therefore, I need to be able to parse information in the text file and put the data in named data fields in a table.
The fields are UserID, TotalInput, TotalResponse, InputResponse. As you see above in the sample text file, my naming convention is taken directly from the text file for ease of understanding.
I need to grab the data to the right hand side of the
Does anyone have any suggestions?
TIA Please give helpful posts the Stars they deserve. It makes the post more visible for others
Nathan
Senior Test Lead