I am trying to use a Property Loader step to import properties from a csv file. This is a step that used to work, then I added more properties to those that I want to read in. Now all the FileGlobals items load, but none of the Locals items load. Please can someone suggest a solution?
I shall attach a sample sequence file and properties file that demonstrate the problem.
Maybe you have to reconfigure the property loader step if you add new globals to the file. The only one that is automatic is the limit loader, I think.
Yes, if you look at the attached files to my initial message you will see that I have itemised each value that I want to read from the property file. But still I cannot import any of my local variable properties.
Nick - The comma at the end of the line "Main - START" is causing the problem. Not sure why, but I will report it. Note that if you edit the file in Excel, it might be adding it.
You're quite right - I had edited Properties.csv using Excel. However, I have removed the comma after the start and end tags and am still unable to load the values for the Local variables. What do you think might be the trouble?
Yes, my properties file contained only the headings <Locals> ... (values here not imported) <FileGlobals> ... (values here imported OK)
When I added the heading that comes first in an exported file, <Step Name>, all my variables were read in. So now my properties file contains the headings <Step Name> <Locals> ... (all values imported) <File Globals> ... (all values imported)