ContributionsMost RecentMost LikesSolutionsRe: SoapUI Error Displaying When Creating Report: Failed to generate a report. Make sure the property.. Getting the same error and my Custom Report Library path is set correctly. How to import data property names for data sink from Excel spreadsheet (ver 2.6.0) With the recent update to SoapUI Pro, I am unable to figure out how to import the data property names for data sink step from an Excel spreadsheet (for example from a spreadsheet with header names to be used as property names in data sink). I cannot find the steps with the new configuration layout for the data sink teststep. Any help would be appreciated. SolvedHow to parse data from one field using data source I am using an Excel file as datasource and have one field in the file marked "DOB" in the format YYYYMMDD. In the API request I need to parse out the dates from the field separately? What would be the best method in doing this for the request - for example mapping the YYYY information into a request field, the MM information to a request field, and the DD information to a request field? Thanks Re: load properties Thanks! I'll try and see if I can use this until an enhancement is made. Re: load properties In my test case I have the following steps: DataSource SOAP request DataSink DataSource Loop The DataSource (input) is a data file, then the request step runs and I would like to place the responses in a data file. I have a data file with header information that I would like to use as the properties. I am trying to use the "Load poperty values from an external file" in order to 'import' the property names (about 40 properties) so that I can map the values from the response in the SOAP request. Am I not doing this correctly?? I would like to actually load the property NAMES from a file and not Values. load properties I am tyring to create a DataSink to an output file, but when I try to load property names from an external file the tool does not import any property names from the header row (the file is actually empty except for header row with the property names). What am I doing incorrect?